-
Notifications
You must be signed in to change notification settings - Fork 205
REFACTOR: Update archive project name #6401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Use the project name to save the new project after it is extracted from an archive.
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
- When an archive file is extracted, the project file stem name will be incremented by an integer if the project file already exists.
- Simplify syntax.
…oject' into fix/6400-use-archive-name-for-project
# Conflicts: # src/ansys/aedt/core/application/design.py
- Check that archive file is saved and opend correctly. - Improve support for Path
- Fix test_01_Design.py
- Fix test_01_Design.py so each unit test runs standalone.
- Make all tests independent #6523 - Deprecate Design.rename_design()
…oject' into fix/6400-use-archive-name-for-project
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (79.59%) is below the target coverage (85.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #6401 +/- ##
===========================================
- Coverage 81.93% 48.76% -33.17%
===========================================
Files 236 236
Lines 75770 75779 +9
===========================================
- Hits 62083 36957 -25126
- Misses 13687 38822 +25135 🚀 New features to boost your workflow:
|
|
Branch is corrupted. Need to fix it. |
Use the project name to save the new project after it is extracted from an archive.
Description
When an archive is opened, the default file name for the project should be the same as that of the archive root file name.
Issue linked
Resolve #6400
Checklist