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 a36a35c commit d92eee9Copy full SHA for d92eee9
examples/validate_all.py
@@ -11,7 +11,6 @@
11
12
if os.path.exists("validation_output.txt"):
13
os.remove("validation_output.txt")
14
-i = 0
15
for sample in glob.glob("*.exe"):
16
# Skip headless samples, as they require manual keypress
17
if "headless" in sample:
0 commit comments