Skip to content

Commit

Permalink
fix for manipulate_design
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzovecchietti committed Apr 23, 2024
1 parent a424ea6 commit 2881f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyaedt/application/Design.py
Original file line number Diff line number Diff line change
Expand Up @@ -4022,7 +4022,7 @@ def set_temporary_directory(self, temp_dir_path):

@pyaedt_function_handler()
def _manipulate_design_settings_inputs(self, k, v):
pass
return v

@property
def design_settings(self):
Expand Down

0 comments on commit 2881f4b

Please sign in to comment.