mirror of
https://github.com/Code-For-Groningen/temmies.git
synced 2025-03-15 07:10:15 +01:00
Problematic line fix
This commit is contained in:
parent
8d0164aa42
commit
213a4d5471
@ -342,8 +342,7 @@ class Group:
|
||||
case_number = int(name)
|
||||
fail_pass[case_number] = None
|
||||
if verbose and case_number not in __printed:
|
||||
print(f"{case_number}: Unrecognized status: {
|
||||
status.text.strip()}")
|
||||
print(f"{case_number}: Unrecognized status: {status.text.strip()}")
|
||||
|
||||
__printed.append(case_number)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user