Skip to content
Snippets Groups Projects
Commit a650b8e6 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fixed catch: typo.

parent a4db2c2f
No related branches found
No related tags found
No related merge requests found
...@@ -177,7 +177,7 @@ def sendInt( self, sig=signal.SIGINT ): ...@@ -177,7 +177,7 @@ def sendInt( self, sig=signal.SIGINT ):
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 ):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment