From 45cdd4a7898e3339ac95b4aca14e1268683f750e Mon Sep 17 00:00:00 2001 From: pama87 Date: Wed, 8 May 2024 10:33:45 +0200 Subject: [PATCH] fix flake8 --- packages/helpermodules/command.py | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/helpermodules/command.py b/packages/helpermodules/command.py index f996db0342..ed92c6c455 100644 --- a/packages/helpermodules/command.py +++ b/packages/helpermodules/command.py @@ -641,6 +641,7 @@ def systemUpdate(self, connection_id: str, payload: dict) -> None: pub_user_message(payload, connection_id, ("Fehler beim Erstellen der Cloud-Sicherung." f" {traceback.format_exc()}
Fahre mit Update fort..."), MessageType.WARNING) + parent_file = Path(__file__).resolve().parents[2] if "branch" in payload["data"] and "tag" in payload["data"]: pub_user_message(