Fixed catch: typo.

This commit is contained in:
Bob Lantz
2010-04-10 22:04:55 -07:00
parent a4db2c2fca
commit a650b8e657
+1 -1
View File
@@ -177,7 +177,7 @@ class Node( object ):
if self.lastPid:
try:
os.kill( self.lastPid, sig )
except e, Exception:
except Exception:
pass
def monitor( self ):