Commit 381900e4 authored by Sebastien Robin's avatar Sebastien Robin

we should not reraise this OSError

parent 66daf423
......@@ -419,7 +419,6 @@ branch = %(branch)s
os.remove(folder_path)
except OSError:
self.log("_cleanupTemporaryFiles exception", exc_info=sys.exc_info())
raise
def cleanUp(self,test_result):
log = self.log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment