This commit is contained in:
Roger A. Light
2025-03-26 20:38:42 +00:00
parent c75f23839b
commit 0eea15fff1
+4 -1
View File
@@ -148,4 +148,7 @@ class PTest():
out.write(json.dumps(failed_tests_output))
sys.exit(1)
else:
os.remove("failed-tests.json")
try:
os.remove("failed-tests.json")
except FileNotFoundError:
pass