-
Notifications
You must be signed in to change notification settings - Fork 127
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
FIX: Export configuration and AEDT crash #4913
Conversation
maxcapodi78
commented
Jul 12, 2024
- export_configuration method was failing under certain circumstances
- aedt_objects were still referenced after a project was closed and could cause crash in AEDT during debug mode.
- export_configuration method was failing under certain circumstances - aedt_objects were still referenced after a project was closed and could cause crash in AEDT during debug mode.
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, I left minor comments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #4913 +/- ##
==========================================
+ Coverage 79.12% 83.34% +4.21%
==========================================
Files 118 119 +1
Lines 54177 54328 +151
==========================================
+ Hits 42869 45277 +2408
+ Misses 11308 9051 -2257 |
c331c8a