Skip to content

Commit

Permalink
Fix hang in pointcloud conflict tests
Browse files Browse the repository at this point in the history
  • Loading branch information
craigds committed Nov 11, 2024
1 parent 9afda4c commit ce49e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kart/cli_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def handle_parse_result(self, ctx, opts, args: list[str]):
f"is mutually exclusive with {other.get_error_hint(ctx)}."
)
else:
self.prompt = ""
self.prompt = None
return super().handle_parse_result(ctx, opts, args)


Expand Down

0 comments on commit ce49e47

Please sign in to comment.