mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-31 08:40:19 +08:00
Remove extra whitespace at end of routes.py
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
Some checks failed
Python Linting / Run Ruff (push) Has been cancelled
Python Linting / Run Pylint (push) Has been cancelled
Build package / Build Test (3.10) (push) Has been cancelled
Build package / Build Test (3.11) (push) Has been cancelled
Build package / Build Test (3.12) (push) Has been cancelled
Build package / Build Test (3.13) (push) Has been cancelled
Build package / Build Test (3.14) (push) Has been cancelled
This commit is contained in:
parent
65a5992f2d
commit
facda426b4
@ -513,4 +513,3 @@ async def seed_assets(request: web.Request) -> web.Response:
|
|||||||
logging.exception("seed_assets failed for roots=%s", body.roots)
|
logging.exception("seed_assets failed for roots=%s", body.roots)
|
||||||
return _error_response(500, "INTERNAL", "Unexpected server error.")
|
return _error_response(500, "INTERNAL", "Unexpected server error.")
|
||||||
return web.json_response({"synced": True, "roots": body.roots}, status=200)
|
return web.json_response({"synced": True, "roots": body.roots}, status=200)
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user