Skip to content

Commit

Permalink
Fix typo in wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Aug 3, 2021
1 parent 220fafd commit 588758c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py
Expand Up @@ -12,7 +12,7 @@
os.path.dirname(os.path.abspath(__file__)), u'ckan.ini')

if not os.path.exists(config_path):
raise RuntimeError('CKAN config option not found: {}'.format(config_path))
raise RuntimeError('CKAN config file not found: {}'.format(config_path))

loggingFileConfig(config_path)
config = CKANConfigLoader(config_path).get_config()
Expand Down

0 comments on commit 588758c

Please sign in to comment.