-
Couldn't load subscription status.
- Fork 515
[python] Change the sudo_if function to avoid issues with Bash
#694
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
[python] Change the sudo_if function to avoid issues with Bash
#694
Conversation
- Remove double quotes to avoid issues with string tokenization
This reverts commit 9e62a37.
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.
Left some minor comments, besides that LGTM
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.
Left some minor comments, besides that LGTM
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.
Thank you! 🚢
Feature name:
Description:
This PR aims to resolve the
No such file or directoryerror when commands are executed via thesudo_iffunction.Changelog:
jupyterlabpackage under root user;jupyterlabtests;Attached related issue:
Checklist: