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

fixed undefined variable

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