Skip to content

Commit f57e013

Browse files
akshowhiniExtractTable
authored andcommitted
#Fix: "pages" consideration on file download from url (#15)
1 parent ee2230f commit f57e013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ExtractTable/FileOperations/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def __init__(self, filepath: ty.Union[os.PathLike, str], pages: str):
5353
pass
5454
else:
5555
print("[Info]: Aggregating user defined pages..", self.pages)
56-
gather_pages = self._get_pages(filepath, pages)
56+
gather_pages = self._get_pages(self.filepath, pages)
5757
self.filepath = self.pdf_separator(gather_pages)
5858
CheckFile(self.filepath)
5959

0 commit comments

Comments
 (0)