Skip to content

Commit

Permalink
Fix resolved_workspace assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
yoland68 committed May 3, 2024
1 parent 500cfb0 commit 920a21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comfy_cli/cmdline.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def launch(
] = False,
extra: List[str] = typer.Argument(None),
):
resolved_workspace = workspace_manager.get_workspace_path()
resolved_workspace = workspace_manager.workspace_path
if not resolved_workspace:
print(
"\nComfyUI is not available.\nTo install ComfyUI, you can run:\n\n\tcomfy install\n\n",
Expand Down

0 comments on commit 920a21f

Please sign in to comment.