Commit 16541d16 authored by Sebastien Robin's avatar Sebastien Robin

fixed undefined variable

parent 9047a813
...@@ -418,8 +418,8 @@ branch = %(branch)s ...@@ -418,8 +418,8 @@ branch = %(branch)s
else: else:
os.remove(folder_path) os.remove(folder_path)
except OSError: except OSError:
log("_cleanupTemporaryFiles exception", exc_info=sys.exc_info()) self.log("_cleanupTemporaryFiles exception", exc_info=sys.exc_info())
raise raise
def cleanUp(self,test_result): def cleanUp(self,test_result):
log = self.log 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