From 80f32b12c41a455ad35928dab4fb90586291c958 Mon Sep 17 00:00:00 2001 From: ojkoenig Date: Tue, 2 Aug 2022 19:59:10 +0200 Subject: [PATCH] Minor fix for the example as reported by Sorin --- examples/mapdl_motorbike_frame/project_setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/mapdl_motorbike_frame/project_setup.py b/examples/mapdl_motorbike_frame/project_setup.py index 847e7207f..a08bb97f5 100644 --- a/examples/mapdl_motorbike_frame/project_setup.py +++ b/examples/mapdl_motorbike_frame/project_setup.py @@ -146,7 +146,7 @@ def create_project(client, name, num_jobs=20): for pd in output_params: param_mappings.append( ParameterMapping( - key_string=pname, + key_string=pd.name, tokenizer="=", parameter_definition_id=pd.id, file_id=file_ids["results"],