Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dxw committed Apr 14, 2023
1 parent 53d7c67 commit 6f395cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions queue_listener/queue_listener.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ def handle_message(message):
Bucket=bucket_name,
Key=upload_key,
Filename=pdf_filename,
ExtraArgs={"ContentType": "application/pdf",
"Metadata": {"pdfsource": "pdf-conversion-libreoffice"}},
ExtraArgs={
"ContentType": "application/pdf",
"Metadata": {"pdfsource": "pdf-conversion-libreoffice"},
},
)
print(f"Uploaded {upload_key}")
except FileNotFoundError as exception:
Expand Down

0 comments on commit 6f395cf

Please sign in to comment.