path corrections

This commit is contained in:
shivamcandela
2020-12-23 00:00:39 +05:30
parent 6dc3fee1d8
commit 69c3d3eba6

View File

@@ -244,7 +244,7 @@ def main():
"HTTP Port Error": j[k]['http-p'], "result": "FAIL"}
test_detail_data.append(temp)
reports_path = webconsole_dir + "\\reports\\" + args.test_name + "_" + args.session_id + '\\'
reports_path = webconsole_dir + "/reports/" + args.test_name + "_" + args.session_id + '/'
if not os.path.exists(reports_path):
os.makedirs(reports_path)