forked from Support/sp-hydra-veil-gui
Adjusted pre-loader's path for error dialogue from dev to production
This commit is contained in:
parent
716b62a465
commit
7cb9f903db
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ import sys
|
||||||
def recovery_dialog(custom_error, db_version_you_have):
|
def recovery_dialog(custom_error, db_version_you_have):
|
||||||
"""This ends the app by forcing them to delete the database, move it, or just quit."""
|
"""This ends the app by forcing them to delete the database, move it, or just quit."""
|
||||||
|
|
||||||
from v2.ui.popups.Database_version import show_recovery_dialog
|
from gui.v2.ui.popups.Database_version import show_recovery_dialog
|
||||||
choice = show_recovery_dialog({"message": custom_error, "db_version": db_version_you_have, "status": "version_mismatch"})
|
choice = show_recovery_dialog({"message": custom_error, "db_version": db_version_you_have, "status": "version_mismatch"})
|
||||||
logger.info(f"[DB MANAGEMENT] From the database error options, the user picked {choice}")
|
logger.info(f"[DB MANAGEMENT] From the database error options, the user picked {choice}")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue