mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix exception message on file not found for backups
This commit is contained in:
parent
fc6f85a16b
commit
849242ecea
@ -207,7 +207,7 @@ def migrate(migrator: Migrator, database, **kwargs):
|
|||||||
)
|
)
|
||||||
except FileNotFoundError as why:
|
except FileNotFoundError as why:
|
||||||
logger.error(
|
logger.error(
|
||||||
f"Could not move backup {file} for {server.server_name} to new location with error {why}"
|
f"Could not move backups for {server.server_name} to new location with error {why}"
|
||||||
)
|
)
|
||||||
|
|
||||||
Console.debug("Migrations: Dropping old backup table")
|
Console.debug("Migrations: Dropping old backup table")
|
||||||
|
Loading…
Reference in New Issue
Block a user