mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-06-21 23:39:20 +08:00
Fix ruff lint.
This commit is contained in:
parent
b39de304dd
commit
6b48b2e1d9
@ -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