ruff
This commit is contained in:
@@ -287,7 +287,7 @@ async def create_drive_file(
|
|||||||
parsed_url = urlparse(fileUrl)
|
parsed_url = urlparse(fileUrl)
|
||||||
if parsed_url.scheme == 'file':
|
if parsed_url.scheme == 'file':
|
||||||
# Handle file:// URL - read from local filesystem
|
# Handle file:// URL - read from local filesystem
|
||||||
logger.info(f"[create_drive_file] Detected file:// URL, reading from local filesystem")
|
logger.info("[create_drive_file] Detected file:// URL, reading from local filesystem")
|
||||||
|
|
||||||
# Convert file:// URL to a cross-platform local path
|
# Convert file:// URL to a cross-platform local path
|
||||||
raw_path = parsed_url.path or ""
|
raw_path = parsed_url.path or ""
|
||||||
|
|||||||
2
uv.lock
generated
2
uv.lock
generated
@@ -1756,7 +1756,7 @@ wheels = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "workspace-mcp"
|
name = "workspace-mcp"
|
||||||
version = "1.5.3"
|
version = "1.5.4"
|
||||||
source = { editable = "." }
|
source = { editable = "." }
|
||||||
dependencies = [
|
dependencies = [
|
||||||
{ name = "fastapi" },
|
{ name = "fastapi" },
|
||||||
|
|||||||
Reference in New Issue
Block a user