mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
This commit is contained in:
parent
a2a39e9927
commit
1760e6e928
@ -39,19 +39,16 @@ logger = logging.getLogger(APP_NAME)
|
||||
|
||||
class AppNotInstalledError(Exception):
|
||||
"""App not present in user's libraryfolders"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class AppMovedError(Exception):
|
||||
"""VDF points to a nonexistent location on disk"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class VDFLoadError(Exception):
|
||||
"""Malformed VDF or JSON conversion"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
@ -328,7 +325,6 @@ def get_running_app() -> int | None:
|
||||
return None
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
return None
|
||||
return None
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user