Skip to content

Commit 8d3774f

Browse files
committed
assign value to component_name in preset stack registration
1 parent aeeb315 commit 8d3774f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/zenml/cli/stack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ def register_stack(
408408
component_type, preset_name
409409
)
410410
component_info = component_response.id
411+
component_name = component_response.name
411412
else:
412413
if isinstance(service_connector, UUID):
413414
# find existing components under same connector

0 commit comments

Comments
 (0)