Commit a0d19fdd authored by Arnaud Fontaine's avatar Arnaud Fontaine

runUnitTest: log_directory is imported from Unit Tests and thus must be global...

runUnitTest: log_directory is imported from Unit Tests and thus must be global to avoid pylint error.
parent a895c26f
......@@ -713,6 +713,7 @@ def usage(stream, msg=None):
program = os.path.basename(sys.argv[0])
print >>stream, __doc__ % {"program": program}
log_directory = None
def main(argument_list=None):
if argument_list is None:
argument_list = []
......
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