Skip to content

Commit c027262

Browse files
committed
add s_ to input parameters
1 parent f0894f1 commit c027262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_workflow_definition/src/python_workflow_definition/pyiron_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def load_workflow_json(file_name: str) -> Workflow:
258258
exec(
259259
generate_get_list_function(
260260
args_of_lst=[
261-
edge[TARGET_PORT_LABEL]
261+
"s_" + edge[TARGET_PORT_LABEL]
262262
for edge in content[EDGES_LABEL]
263263
if edge[TARGET_LABEL] == node_dict["id"]
264264
]

0 commit comments

Comments
 (0)