Skip to content

Commit

Permalink
Update wsgi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
smotornyuk committed Jun 24, 2020
1 parent 69b2696 commit e90f7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ckan.cli import CKANConfigLoader
from logging.config import fileConfig as loggingFileConfig
config_filepath = os.path.join(
os.path.dirname(os.path.abspath(__file__)), 'ckan.ini')
os.path.dirname(os.path.abspath(__file__)), u'ckan.ini')
abspath = os.path.join(os.path.dirname(os.path.abspath(__file__)))
loggingFileConfig(config_filepath)
config = CKANConfigLoader(config_filepath).get_config()
Expand Down

0 comments on commit e90f7df

Please sign in to comment.