Skip to content
Snippets Groups Projects
Commit 407c2998 authored by Matthew Hodgson's avatar Matthew Hodgson
Browse files

improve error msg

parent 420ccfc9
No related branches found
No related tags found
No related merge requests found
...@@ -234,7 +234,7 @@ def setup(): ...@@ -234,7 +234,7 @@ def setup():
except UpgradeDatabaseException: except UpgradeDatabaseException:
sys.stderr.write( sys.stderr.write(
"\nFailed to upgrade database.\n" "\nFailed to upgrade database.\n"
"Have you followed any instructions in UPGRADES.rst?\n" "Have you checked for version specific instructions in UPGRADES.rst?\n"
) )
sys.exit(1) sys.exit(1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment