Drop the (default) subprocess.Popen(shell=False) keyword argument so that the...
Drop the (default) subprocess.Popen(shell=False) keyword argument so that the more unsafe shell=True is more obvious.
Loading
Please register or sign in to comment
Drop the (default) subprocess.Popen(shell=False) keyword argument so that the more unsafe shell=True is more obvious.