fully tested new multiclass create-characters, with features for races and backgrounds

This commit is contained in:
Ben Cook
2018-12-20 22:09:46 -05:00
parent 371fb327d3
commit aa84911efd
16 changed files with 804 additions and 82 deletions
+1 -2
View File
@@ -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))