Skip to content

Commit

Permalink
fix: add missing object name to cli convert
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Feb 7, 2023
1 parent 428b4ac commit 3105669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion row_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def main():

return

images, count, messages = row.convert_pdf_to_jpg_bytes(pdf.read_bytes())
images, count, messages = row.convert_pdf_to_jpg_bytes(pdf.read_bytes(), "cli")
print(f"{pdf.name} contained {count} pages and converted with message {messages}")

if args["--save-to"]:
Expand Down

0 comments on commit 3105669

Please sign in to comment.