From d92eee9b8b6e6bf2661502983bd7c0b7d8e21e2a Mon Sep 17 00:00:00 2001 From: Sascha Willems Date: Tue, 17 Jun 2025 08:10:57 +0200 Subject: [PATCH] Cleanup --- examples/validate_all.py | 1 - 1 file changed, 1 deletion(-) 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: