Skip to content

Commit 9ac1795

Browse files
committed
Fixed weird location
1 parent eb88435 commit 9ac1795

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

ReplaceInDocument.py renamed to src/ReplaceInDocument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import subprocess
22

3+
34
def replaceInDocument(FIO: str, dateTill: str, pdfFileName: str) -> None:
45
with open("certificate.svg", "r", encoding="utf-8") as file:
56
svg_content = file.read()
@@ -17,4 +18,3 @@ def replaceInDocument(FIO: str, dateTill: str, pdfFileName: str) -> None:
1718
], check=True)
1819

1920
print(f"PDF успешно создан: {pdfFileName}")
20-
File renamed without changes.

0 commit comments

Comments
 (0)