path bug
In main.py
Line 343
folder = os.path.realpath(os.path.dirname(__file__))
file_path = os.path.join(folder, "static", "PDF_backbone_rev_03-09-2024.docx")
Line 508
folder = os.path.realpath(os.path.dirname(__file__))
backbone_ws = os.path.join(folder, "static", "backbone_overview_workflow_rev_2024_11_06.docx")
In pdf_generation, shaped_page :
folder = os.path.realpath(os.path.dirname(__file__))
mth_logo = os.path.join(folder, "static", "logo_metabohub_metex.png")
full_logo = os.path.join(folder, "static", "Ensemble_des_logos_pdp.png")
self.add_page()
self.image(mth_logo, 175, 4, 33) # X-Y-H
self.image(full_logo, 20, 275, 170)
Edited by Marie Lefebvre