You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
devtool: fix permissions on .python/ after cmd_sandbox
Running the sandbox command leaves the .ipython folder as owned by root.
Fix this up after exiting so that its can be accesses un-privileged
after docker exits (I have a git pre-commit hook that tries to stash all
unstaged changes, and it always chokes on this folder).
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments