坑死了·· ret = subprocess.call(cmd, cwd=os.getcwd() ) 这里不能写shell=True !!!!!
坑死了··
ret = subprocess.call(cmd,
cwd=os.getcwd()
)
这里不能写shell=True
!!!!!