Skip to content

Commit

Permalink
renaming html report to NanoPlot-report
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoster committed Nov 3, 2017
1 parent 00224af commit 3687456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoplot/NanoPlot.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ def make_report(plots, statsfile, logfile):
html_content.append('</pre>')
html_body = '\n'.join(html_content) + "</body></html>"
html_str = html_head + html_body
with open("fat.html", "w") as html_file:
with open("NanoPlot-report.html", "w") as html_file:
html_file.write(html_str)


Expand Down

0 comments on commit 3687456

Please sign in to comment.