Skip to content

Unable to specify project name when opening an archive #6400

@Devin-Crawford

Description

@Devin-Crawford

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

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions