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
CD - fix: preserve quoted script arguments when forwarding to subprocess (#11)
Use shlex.join() for forwarded script args so JSON kwargs and other quoted values survive shell re-parsing when commands run with shell=True. (from CI)
#11