mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2026-07-24 17:37:11 +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…
x
Reference in New Issue
Block a user