qrun defect fixed

This commit is contained in:
Manuel Amador (Rudd-O) 2015-10-20 04:11:29 +00:00
parent 896cc30532
commit a09dd080c6

View File

@ -42,6 +42,5 @@ if remotehost:
remotehost, remotehost,
therest, therest,
] ]
else:
os.execvp(cmd[0], cmd) os.execvp(cmd[0], cmd)