Skip to content

Commit

Permalink
Remove temp.html for generation of pdfs
Browse files Browse the repository at this point in the history
  • Loading branch information
aozalevsky committed Feb 21, 2024
1 parent 7126fb7 commit abbf6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ihm_validation/ihm_validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def write_pdf(mmcif_file: str, template_dict: dict, template_file: str, dirName:
fh.write(outputText)

pdfkit.from_file(temp_html, output_pdf, options=options)
# os.remove(temp_html)
os.remove(temp_html)

return output_pdf

Expand Down

0 comments on commit abbf6b3

Please sign in to comment.