-
Notifications
You must be signed in to change notification settings - Fork 169
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
Description of the bug
When opening an archive ("*.aedtz"
) file, a new project is always created with a random name. In many cases, the user may want to specify the name explicitly, and by default it seems more intuitive that the uncompressed project file name would match the archive name but end with the "*.aedt"
extension.
Steps To Reproduce
In "\ansys\aedt\core\applications\design.py"
the setter of Design.oproject
always creates a new file with a random name. Instead, it should try to create a project with the same name as the archive.
Which Operating System are you using?
Windows
Which Python version are you using?
3.10
Installed packages
All required packages are installed.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working