Commit 5379a2e5 authored by Antoine Catton's avatar Antoine Catton

Minor: mistake on Popen

parent 2e8b0730
......@@ -560,7 +560,7 @@ class Slapgrid(object):
if not self.console:
kw.update(stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
process_handler = SlapPopen(invocation_list,
process_handler = SlapPopen(command_line,
preexec_fn=lambda: dropPrivileges(uid, gid),
cwd=instance_path,
env=None, **kw)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment