mirror of
https://github.com/aclist/dztui.git
synced 2026-08-28 02:37:20 +02:00
fix: convert exception to str
This commit is contained in:
parent
2ef51698bd
commit
716eaa187c
@ -18,5 +18,5 @@ def is_dayz_installed(config: Path) -> None:
|
||||
PeFile.get_app_path(Path(path) / LIBRARYFOLDERS_PATH, APPID_DAYZ)
|
||||
except Exception as e:
|
||||
logger.critical(e)
|
||||
EarlyAlertDialog(e)
|
||||
EarlyAlertDialog(str(e))
|
||||
sys.exit(1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user