Skip to content

Commit d4593b7

Browse files
committed
Format.
1 parent 65d749c commit d4593b7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

comfy_cli/command/custom_nodes/command.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,9 @@ def install(
437437
cmd = ["install"] + nodes
438438

439439
try:
440-
execute_cm_cli(cmd, channel=channel, fast_deps=fast_deps, no_deps=no_deps, mode=mode, raise_on_error=exit_on_fail)
440+
execute_cm_cli(
441+
cmd, channel=channel, fast_deps=fast_deps, no_deps=no_deps, mode=mode, raise_on_error=exit_on_fail
442+
)
441443
except subprocess.CalledProcessError as e:
442444
if exit_on_fail:
443445
raise typer.Exit(code=e.returncode)

0 commit comments

Comments
 (0)