Commit 9921ff4c authored by Bogdan's avatar Bogdan

created venv for testing.py bugfix

parent 565bff4a
......@@ -104,8 +104,8 @@ try:
coverage_xml_path = os.path.normpath( str(REPORTS) + '/coverage.xml')
os.remove(coverage_xml_path)
coverage_html_path = os.path.normpath( str(REPORTS) + '/htmlcov' )
os.rmdir(coverage_html_path)
#coverage_html_path = os.path.normpath( str(REPORTS) + '/htmlcov' )
#os.rmdir(coverage_html_path)
except Exception as e:
print(e)
......
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