Fix of "condition" variable into @test_run

This commit is contained in:
2026-04-18 13:03:28 +02:00
parent 93f0fd3ee4
commit 3ed73d93a7

View File

@@ -34,6 +34,7 @@ def test_run(f):
if isinstance(c, bool):
condition = c
else:
condition = False
c = False
if raw_condition == c: