mirror of
https://github.com/aclist/dztui.git
synced 2026-08-30 03:37:00 +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
|
||||
|
||||
|
||||
@ -329,7 +326,6 @@ def get_running_app() -> int | None:
|
||||
except Exception as e:
|
||||
logger.debug(e)
|
||||
return None
|
||||
return None
|
||||
|
||||
|
||||
def get_app_allows_downloads(path: Path, appid: int) -> bool:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user