Skip to content

Commit 471bba9

Browse files
committed
Fix NameError in run-tests.py
1 parent a37c60a commit 471bba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
if ext == config.get(tests.get_section(os.path.basename(root), config), 'input_ext'):
1111
tests.generate(root, config)
1212
else:
13-
print(file, 'does not have a valid file extension. Check config.')
13+
print(sys.argv[2], 'does not have a valid file extension. Check config.')
1414
else:
1515
tests.generate_all()
1616
else:

0 commit comments

Comments
 (0)