bugfix for undefined variable 'nowait' in util.execfuncs.lkill
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 3 Feb 2016 16:00:13 +0000 (17:00 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 3 Feb 2016 16:02:54 +0000 (17:02 +0100)
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.