do not crash on DUO connection problems

This commit is contained in:
2026-05-05 10:02:20 +02:00
parent e7036960eb
commit 564f1181e8
+4 -1
View File
@@ -165,7 +165,10 @@ class BrokerClient:
for p in pgroups:
cprint(p, color="red")
print("-" * len(p))
print_pgroup(p)
try:
print_pgroup(p)
except ValueError as e:
print(e)
reply = ask_yes_No(f"Are you sure that you want to close the pgroup {p} for writing")
if reply: