8000 Remove local file path · MHHamdan/python-basics-exercises@65559d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65559d8

Browse files
committed
Remove local file path
1 parent c4594c8 commit 65559d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch13-interact-with-pdf-files/3-concatenating-and-merging-pdfs.py

Lines changed: 1 addition & 1 deletion
46CF
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from PyPDF2 import PdfFileMerger
1616

1717

18-
BASE_PATH = Path.home() / "github/realpython/python-basics-exercises/" \
18+
BASE_PATH = Path.home() / "python-basics-exercises/" \
1919
"ch13-interact-with-pdf-files/practice_files"
2020

2121
pdf_paths = [BASE_PATH / "merge1.pdf", BASE_PATH / "merge2.pdf"]

0 commit comments

Comments
 (0)
0