bugfix for undefined variable 'nowait' in util.execfuncs.lkill
[nepi.git] / nepi / util / execfuncs.py
index 70cec88..a78ef39 100644 (file)
@@ -214,7 +214,7 @@ def lstatus(pid, ppid):
 
     return ProcStatus.RUNNING if status else ProcStatus.FINISHED
 
-def lkill(pid, ppid, sudo = False):
+def lkill(pid, ppid, sudo = False, nowait = False):
     """
     Kill a process spawned with lspawn.