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
# Unless "shell=True", "g++.bat" is not executed when trying to
144
144
# execute "g++" without extensions.
145
145
# (Executing "g++.bat" explicitly would also work.)
146
-
params["shell"] =True
146
+
params["shell"] =False
147
147
# "If shell is True, it is recommended to pass args as a string rather than as a sequence." (cite taken from https://docs.python.org/2/library/subprocess.html#frequently-used-arguments)
148
148
# In case when command arguments have spaces, passing a command as a list will result in incorrect arguments break down, and consequently
149
149
# in "The filename, directory name, or volume label syntax is incorrect" error message.
0 commit comments