Tuple Concatenation Error in create_group Method on PyAEDT 0.9.11 #5058
-
Description: @lorenzovecchietti , @Samuelopez-ansys , In PyAEDT version 0.9.11 (Icepak), I encountered an issue when trying to group multiple objects using modeler.create_group. The function works correctly in version 0.9.9, but after updating to 0.9.11, it throws an error related to concatenating lists and tuples. Steps to Reproduce: Use PyAEDT 0.9.11. Example code that triggers the error Error Log: Environment: PyAEDT Version: 0.9.11** Expected Behavior: The create_group method should successfully create a group without raising a tuple concatenation error. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @mchoi327 , I am using Python 3.10 and Pyaedt v0.10.0, and it works for me:
|
Beta Was this translation helpful? Give feedback.
Hi @mchoi327 ,
I am using Python 3.10 and Pyaedt v0.10.0, and it works for me: