We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ba5c8 commit 671a714Copy full SHA for 671a714
bin/problem.py
@@ -1379,7 +1379,7 @@ def validate_data(
1379
action = "Invalidation"
1380
elif mode == validate.Mode.VALID_OUTPUT:
1381
action = "Output validation"
1382
- elif constraints:
+ elif constraints is not None:
1383
action = f"Collecting {str(mode).capitalize()} constraints"
1384
else:
1385
action = f"{str(mode).capitalize()} validation"
0 commit comments