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

fixed undefined variable

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