-
Notifications
You must be signed in to change notification settings - Fork 121
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
refactor: modifying subprocess
calls and removing try except continue
statements
#3474
Conversation
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
for more information, see https://pre-commit.ci
…pymapdl into maint/pymapdl_maintenance
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…pymapdl into maint/pymapdl_maintenance
The errors probably come from the |
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
Co-authored-by: German <28149841+germa89@users.noreply.github.com>
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.
Overall LGTM - just left a few 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.
I think this is mostly done, but some small changes are needed.
Co-authored-by: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com>
Description
This PR:
subprocess
calls.subprocess
is now used withshell=False
try except continue
statements by adding warnings when neededurllib.request
calls intorequests
onesChecklist
draft
if it is not ready to be reviewed yet.feat: adding new MAPDL command
)