Handle issues with delete_quality_junit_xml

This commit is contained in:
Michael Youngstrom
2018-09-18 11:47:26 -04:00
parent b1e31a7080
commit 5d10dbad4a

View File

@@ -20,4 +20,4 @@ def delete_quality_junit_xml():
"""
yield
if os.path.exists(Env.QUALITY_DIR):
rmtree(Env.QUALITY_DIR)
rmtree(Env.QUALITY_DIR, ignore_errors=True)