Fix reference to database_upgrader.py.
This commit is contained in:
parent
4d0565d9bb
commit
99218fa743
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ class BadDataDirectory(EtiquetteException):
|
||||||
|
|
||||||
OUTOFDATE = '''
|
OUTOFDATE = '''
|
||||||
Database is out of date. {existing} should be {new}.
|
Database is out of date. {existing} should be {new}.
|
||||||
Please run utilities\\database_upgrader\\database_upgrader.py "{filepath.absolute_path}"
|
Please run utilities\\database_upgrader.py "{filepath.absolute_path}"
|
||||||
'''.strip()
|
'''.strip()
|
||||||
class DatabaseOutOfDate(EtiquetteException):
|
class DatabaseOutOfDate(EtiquetteException):
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue