We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687ecc4 commit 4444877Copy full SHA for 4444877
handout-files/run-tests.py
@@ -51,7 +51,7 @@ def make():
51
except subprocess.CalledProcessError as ex:
52
print("Could not compile sources.\n")
53
print(ex.output.decode("utf-8"))
54
- shutil.rmtree('out')
+ shutil.rmtree('out', ignore_errors=True)
55
sys.exit(3)
56
57
0 commit comments