Skip to content

Commit 0e3b361

Browse files
authored
bugfix
1 parent fc4783f commit 0e3b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pdfly/cat.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def main(
7878
if filepath not in in_fs:
7979
in_fs[filepath] = open(filepath, "rb")
8080

81-
reader = PdfReader(in_fs[filename])
81+
reader = PdfReader(in_fs[filepath])
8282
if password is not None:
8383
reader.decrypt(password)
8484
num_pages = len(reader.pages)

0 commit comments

Comments
 (0)