Fixed catch: typo.
This commit is contained in:
+1
-1
@@ -177,7 +177,7 @@ class Node( object ):
|
|||||||
if self.lastPid:
|
if self.lastPid:
|
||||||
try:
|
try:
|
||||||
os.kill( self.lastPid, sig )
|
os.kill( self.lastPid, sig )
|
||||||
except e, Exception:
|
except Exception:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def monitor( self ):
|
def monitor( self ):
|
||||||
|
|||||||
Reference in New Issue
Block a user