Loading generateBaseline/postprocessing.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ def refresh_docx_fields(input_path: str, image: str = "docx-field-refresh") -> s "--convert-to", "docx", "--infilter=writer8", "--outdir", "/data", f"/data/{input_path.name}", f"/data/{input_path}", ] print(f"Running command:\n{' '.join(cmd)}\n") Loading Loading
generateBaseline/postprocessing.py +1 −1 Original line number Diff line number Diff line Loading @@ -151,7 +151,7 @@ def refresh_docx_fields(input_path: str, image: str = "docx-field-refresh") -> s "--convert-to", "docx", "--infilter=writer8", "--outdir", "/data", f"/data/{input_path.name}", f"/data/{input_path}", ] print(f"Running command:\n{' '.join(cmd)}\n") Loading