Skip to content

Commit

Permalink
assign value to component_name in preset stack registration
Browse files Browse the repository at this point in the history
  • Loading branch information
hirekk committed Nov 7, 2024
1 parent 11503e4 commit f2e9629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zenml/cli/stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ def register_stack(
component_type, preset_name
)
component_info = component_response.id
component_name = component_response.name
else:
if isinstance(service_connector, UUID):
# find existing components under same connector
Expand Down

0 comments on commit f2e9629

Please sign in to comment.