mirror of
https://github.com/Threnklyn/dungeon-sheets.git
synced 2026-05-18 20:23:27 +02:00
fully tested new multiclass create-characters, with features for races and backgrounds
This commit is contained in:
@@ -97,8 +97,7 @@ def create_latex_pdf(char, basename, template):
|
||||
f'{basename_}.log']
|
||||
for filename in filenames:
|
||||
if os.path.exists(filename):
|
||||
pass
|
||||
#os.remove(filename)
|
||||
os.remove(filename)
|
||||
# Compile the PDF
|
||||
pdf_file = f'{basename}.pdf'
|
||||
output_dir = os.path.abspath(os.path.dirname(pdf_file))
|
||||
|
||||
Reference in New Issue
Block a user