We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f157a0 commit 36c88c3Copy full SHA for 36c88c3
puncover_html.py
@@ -200,7 +200,7 @@ def local_html():
200
if os.path.exists(static_dir_out):
201
shutil.rmtree(static_dir_out)
202
# Copy html static dir (css,js,etc) to output
203
- shutil.copytree(static_dir_out, static_dir_in)
+ shutil.copytree(static_dir_in, static_dir_out)
204
index = requests.get(url_base)
205
index_html_path = dir_out.joinpath("index.html")
206
index_file = open(index_html_path, "w+")
0 commit comments