Commit.
This commit is contained in:
parent
4981325b36
commit
4d3f21c959
|
@ -800,7 +800,7 @@ class HTMLTestRunner(ReportTemplate):
|
|||
"""
|
||||
if report_home:
|
||||
try:
|
||||
os.mkdir(report_home)
|
||||
os.makedirs(report_home)
|
||||
except Exception:
|
||||
raise Exception('Report directory already exists.')
|
||||
stream = report = log = None
|
||||
|
|
Loading…
Reference in New Issue