Skip to content
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

Replace all os.name with boolean checks is_windows, is_linux #3956

Conversation

kbhagat-ansys
Copy link
Collaborator

Fixes Issue #2688

@ansys-reviewer-bot
Copy link
Contributor

Thanks for opening a Pull Request. If you want to perform a review write a comment saying:

@ansys-reviewer-bot review

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Merging #3956 (cf255f9) into main (325cc63) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3956   +/-   ##
=======================================
  Coverage   81.34%   81.35%           
=======================================
  Files         182      182           
  Lines       63130    63132    +2     
=======================================
+ Hits        51353    51360    +7     
+ Misses      11777    11772    -5     

@kbhagat-ansys kbhagat-ansys enabled auto-merge (squash) December 7, 2023 23:17
@Samuelopez-ansys
Copy link
Member

@kbhagat-ansys From which AEDT version is available libPyDesktopPlugin.so?

@maxcapodi78 Any comments?

@kbhagat-ansys kbhagat-ansys merged commit 5504128 into main Dec 13, 2023
12 checks passed
@kbhagat-ansys kbhagat-ansys deleted the 2688-replace-all-osname-checks-with-is_windows-is_linux-booleans branch December 13, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace all os.name checks with is_windows, is_linux booleans
2 participants