We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc4783f commit 0e3b361Copy full SHA for 0e3b361
pdfly/cat.py
@@ -78,7 +78,7 @@ def main(
78
if filepath not in in_fs:
79
in_fs[filepath] = open(filepath, "rb")
80
81
- reader = PdfReader(in_fs[filename])
+ reader = PdfReader(in_fs[filepath])
82
if password is not None:
83
reader.decrypt(password)
84
num_pages = len(reader.pages)
0 commit comments