Skip to content

Commit

Permalink
fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
pama87 committed May 8, 2024
1 parent 7fdd374 commit 45cdd4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/helpermodules/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()}<br />Fahre mit Update fort..."),
MessageType.WARNING)

Check failure on line 643 in packages/helpermodules/command.py

View workflow job for this annotation

GitHub Actions / build

continuation line over-indented for visual indent

Check warning on line 644 in packages/helpermodules/command.py

View workflow job for this annotation

GitHub Actions / build

blank line contains whitespace
parent_file = Path(__file__).resolve().parents[2]
if "branch" in payload["data"] and "tag" in payload["data"]:
pub_user_message(
Expand Down

0 comments on commit 45cdd4a

Please sign in to comment.