Show data directory in DatabaseOutOfDate message, not db file.
This commit is contained in:
parent
0cb41f09cf
commit
b21e6a1206
1 changed files with 1 additions and 1 deletions
|
@ -1583,7 +1583,7 @@ class PhotoDB(
|
|||
raise exceptions.DatabaseOutOfDate(
|
||||
existing=existing,
|
||||
new=constants.DATABASE_VERSION,
|
||||
filepath=self.database_filepath,
|
||||
filepath=self.data_directory,
|
||||
)
|
||||
|
||||
def _first_time_setup(self):
|
||||
|
|
Loading…
Reference in a new issue