This commit is contained in:
Taylor Wilsdon
2026-01-29 19:23:23 -05:00
parent 3246f21ef0
commit e99479b63c
2 changed files with 3 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ def _prepare_gmail_message(
# If content is provided (base64), decode it
elif content_base64:
if not filename:
logger.warning(f"Skipping attachment: missing filename")
logger.warning("Skipping attachment: missing filename")
continue
file_data = base64.urlsafe_b64decode(content_base64)
@@ -318,7 +318,7 @@ def _prepare_gmail_message(
else:
logger.warning(
f"Skipping attachment: missing both path and content"
"Skipping attachment: missing both path and content"
)
continue

2
uv.lock generated
View File

@@ -2173,7 +2173,7 @@ wheels = [
[[package]]
name = "workspace-mcp"
version = "1.8.1"
version = "1.8.2"
source = { editable = "." }
dependencies = [
{ name = "cryptography" },