Skip to content

Commit 47cdb98

Browse files
authored
Update pyiron_base.py
1 parent 4c8df7f commit 47cdb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python_workflow_definition/pyiron_base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def get_dict(**kwargs) -> dict:
9898

9999

100100
def get_list(**kwargs) -> list:
101-
return list(kwargs["kwargs"].values())
101+
return list(kwargs["kwargs"])
102102

103103

104104
def _remove_server_obj(nodes_dict: dict, edges_lst: list):

0 commit comments

Comments
 (0)