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
Excuse me, why is there no argument in the variable args in the picture below? cmd_result = subprocess.Popen(cmd,shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, stdin=subprocess.DEVNULL).stdout.read()
Sorry, I'm not a native speaker. I hope I'm making myself clear
The text was updated successfully, but these errors were encountered:
Excuse me, why is there no argument in the variable args in the picture below?
cmd_result = subprocess.Popen(cmd,shell=True, stdout=subprocess.PIPE, stderr=subprocess.STDOUT, stdin=subprocess.DEVNULL).stdout.read()
Sorry, I'm not a native speaker. I hope I'm making myself clear
The text was updated successfully, but these errors were encountered: