sources/oauth: fix handling of sources with spaces in their name
This commit is contained in:
@ -21,5 +21,6 @@ class PassbookSourceOAuthConfig(AppConfig):
|
||||
for source_type in settings.PASSBOOK_SOURCES_OAUTH_TYPES:
|
||||
try:
|
||||
import_module(source_type)
|
||||
LOGGER.debug("Loaded OAuth Source Type", type=source_type)
|
||||
except ImportError as exc:
|
||||
LOGGER.debug(exc)
|
||||
|
Reference in New Issue
Block a user