fix(worker-ui): fix syntax error in gui.py and ruff error in test_verwaltung.py
Ampel / ampel (push) Successful in 39s
Ampel / ampel (push) Successful in 39s
This commit is contained in:
@@ -395,6 +395,7 @@ def main(page: ft.Page):
|
|||||||
font_family="Consolas",
|
font_family="Consolas",
|
||||||
weight=ft.FontWeight.BOLD,
|
weight=ft.FontWeight.BOLD,
|
||||||
),
|
),
|
||||||
|
ft.Text(
|
||||||
msg, color=c_text, size=12, font_family="Consolas", expand=True, selectable=True
|
msg, color=c_text, size=12, font_family="Consolas", expand=True, selectable=True
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -4,7 +4,8 @@ Die Oberfläche selbst (tkinter) ist ausgenommen; geprüft wird, was das Fenster
|
|||||||
ANZEIGT: Zustand des Workers, Aufgabentexte, Log-Ausschnitt.
|
ANZEIGT: Zustand des Workers, Aufgabentexte, Log-Ausschnitt.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import os, sys
|
import os
|
||||||
|
import sys
|
||||||
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
sys.path.insert(0, os.path.dirname(os.path.abspath(__file__)))
|
||||||
import verwaltung
|
import verwaltung
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user