Skip to content

Commit 46eeeb6

Browse files
committed
fixes
1 parent 736f275 commit 46eeeb6

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gmail/gmail_tools.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,9 +317,7 @@ def _prepare_gmail_message(
317317
mime_type = "application/octet-stream"
318318

319319
else:
320-
logger.warning(
321-
"Skipping attachment: missing both path and content"
322-
)
320+
logger.warning("Skipping attachment: missing both path and content")
323321
continue
324322

325323
# Create MIME attachment

0 commit comments

Comments
 (0)