Skip to content
Snippets Groups Projects
Commit 0630e6e8 authored by Edward Hicks's avatar Edward Hicks :8ball:
Browse files

.

parent 688f1262
No related branches found
No related tags found
No related merge requests found
Pipeline #92234 passed
......@@ -491,7 +491,7 @@ while True:
# Populate the command to run with the values provided
pid = os.fork()
if pid == 0:
proc = subprocess.call(command.split(' '), shell=True)
proc = subprocess.call(command, shell=True)
sys.exit(proc.returncode)
printLog("Forked '"+command+"' as "+str(pid), loglevels.INFO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment