summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xyarn2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarn b/yarn
index c34ccbb..0896f8d 100755
--- a/yarn
+++ b/yarn
@@ -351,7 +351,7 @@ class YarnRunner(cliapp.Application):
break
if not self.settings['snapshot']:
- shutil.rmtree(tempdir)
+ shutil.rmtree(tempdir, ignore_errors=True)
self.remember_scenario_timing(time.time() - started)
return ok