forgot to put this back to normal

main
Stephen Kerr 1 year ago
parent b2d43ea1ab
commit 09dc88a1f6

@ -52,12 +52,12 @@ for folder in folders:
print("html has been generated!")
all_html.append(html_data)
# elif file.endswith((".jpg",".png",".jpeg",".jfif",".bmp")):
# print("image found yay",file)
# output_file=file.replace(folder,"./00-booklet")
# copy_command=f"cp {file} {output_file}"
# os.system(copy_command)
# print("copied to booklet!",copy_command)
elif file.endswith((".jpg",".png",".jpeg",".jfif",".bmp")):
print("image found yay",file)
output_file=file.replace(folder,"./00-booklet")
copy_command=f"cp {file} {output_file}"
os.system(copy_command)
print("copied to booklet!",copy_command)
#html to template environment

Loading…
Cancel
Save