-
Notifications
You must be signed in to change notification settings - Fork 162
DOCS: Add log and nosec in checked subprocess calls #6001
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 |
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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
🚀 New features to boost your workflow:
|
Co-authored-by: Maxime Rey <[email protected]>
2503f2a
Description
Just checked the files used to be executed as python script to install things through AEDT.
Adding a log message when using a specific environment variable and
# nosec
on subprocess calls otherwise.Issue linked
#5504
Checklist