Skip to content

Commit

Permalink
Pep 8
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Oct 23, 2018
1 parent 2681436 commit 8f2c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/cli/__init__.py
Expand Up @@ -47,5 +47,5 @@ def load_config(config=None):
exit(msg)

loggingFileConfig(filename)
log.info('Using configuration file {}'.format(filename))
log.info(u'Using configuration file {}'.format(filename))
return appconfig(u'config:' + filename)

0 comments on commit 8f2c4c8

Please sign in to comment.