Skip to content

Commit

Permalink
python3 compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Aug 24, 2018
1 parent 9a3fff8 commit 052c4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/flask_cli.py
Expand Up @@ -80,5 +80,5 @@ def initdb(config, init):
import ckan.model as model
model.repo.init_db()
except Exception as e:
print e
print(e)
print(u'Initialising DB: SUCCESS')

0 comments on commit 052c4b0

Please sign in to comment.