-
Notifications
You must be signed in to change notification settings - Fork 150
FIX: Adding close desktop function #6052
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
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6052 +/- ##
==========================================
- Coverage 85.66% 85.66% -0.01%
==========================================
Files 166 166
Lines 62786 62786
==========================================
- Hits 53788 53786 -2
- Misses 8998 9000 +2 🚀 New features to boost your workflow:
|
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, this will work in 2025R2 right?
…om/ansys/pyaedt into FIX__Adding_Close_Desktop_Function
…om/ansys/pyaedt into FIX__Adding_Close_Desktop_Function
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.
@ramin4667 A few comments. Overall it's looking good!
…om/ansys/pyaedt into FIX__Adding_Close_Desktop_Function
Description
This PR adds a new function to close the active AEDT.
Issue linked
The function is required to close AEDT after running examples in the PyaEDT examples repo.
Checklist