This commit is contained in:
admin
2021-07-05 10:30:06 +08:00
parent 58e9f1baf9
commit bc32481185
330 changed files with 24369 additions and 5786 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ else:
test_cases = []
failed = []
# Create the ouput directory
# Create the output directory
cwd = os.path.abspath(os.path.dirname(inspect.getfile(inspect.currentframe())))
os.chdir(cwd)
if not os.path.exists("output"): os.mkdir("output")