mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-21 23:39:20 +08:00
ruff --fix
This commit is contained in:
parent
9a819670ad
commit
38b04e7e21
@ -447,7 +447,7 @@ async def task_worker():
|
|||||||
except Exception:
|
except Exception:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
|
||||||
return f"An error occurred while updating 'comfyui'."
|
return "An error occurred while updating 'comfyui'."
|
||||||
|
|
||||||
async def do_fix(item) -> str:
|
async def do_fix(item) -> str:
|
||||||
ui_id, node_name, node_ver = item
|
ui_id, node_name, node_ver = item
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user