diff --git a/examples/validate_all.py b/examples/validate_all.py index e9386fe3..215a8768 100644 --- a/examples/validate_all.py +++ b/examples/validate_all.py @@ -11,7 +11,6 @@ import os if os.path.exists("validation_output.txt"): os.remove("validation_output.txt") -i = 0 for sample in glob.glob("*.exe"): # Skip headless samples, as they require manual keypress if "headless" in sample: