Skip to content

Commit

Permalink
Fix a bug were --keepdb wouldn't run migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
mauromsl authored and ajrbyers committed May 29, 2020
1 parent 47430d1 commit d86e51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/janeway_global_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ def filter(self, record):
DEFAULT_XSL_FILE_LABEL = 'Janeway default (1.3.8)'

# Testing Overrides
if IN_TEST_RUNNER and COMMAND[1:2] != ["--keep-db"]:
if IN_TEST_RUNNER and COMMAND[1:2] != ["--keepdb"]:
from collections.abc import Mapping


Expand Down

0 comments on commit d86e51b

Please sign in to comment.