Skip to content

Commit

Permalink
assign value to component_name in preset stack registration (#3178)
Browse files Browse the repository at this point in the history
  • Loading branch information
hirekk authored Nov 7, 2024
1 parent 11503e4 commit 767ae75
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 767ae75

Please sign in to comment.