Skip to content

Commit d14599a

Browse files
committed
fix flake8 error
1 parent 51063f6 commit d14599a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
if not os.path.isdir("./json_out"):
5959
os.makedirs("json_out")
60-
60+
6161
for file_name in integ_tests:
6262
print(file_name)
6363
rc = os.system("python " + file_name + ".py")

0 commit comments

Comments
 (0)