summaryrefslogtreecommitdiffstats
path: root/lib/bb/server/process.py
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-12-16 08:38:57 -0700
committerChris Larson <chris_larson@mentor.com>2010-12-16 10:42:51 -0700
commit3f851320391f2b14206c8f5112f270176c51a089 (patch)
tree7176df71bfef0c5c1076394587a96777ba6fc25d /lib/bb/server/process.py
parent20eb69cfc69a9af00cc65e7e90c295e46f74a0d4 (diff)
downloadopenembedded-core-contrib-3f851320391f2b14206c8f5112f270176c51a089.tar.gz
Forcibly shut down the server if the UI is terminated
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'lib/bb/server/process.py')
-rw-r--r--lib/bb/server/process.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bb/server/process.py b/lib/bb/server/process.py
index 77ef6adb5b..c3aaa7fb9d 100644
--- a/lib/bb/server/process.py
+++ b/lib/bb/server/process.py
@@ -108,7 +108,7 @@ class ProcessServer(Process):
self.runCommand(command)
self.idle_commands(.1)
- except Exception, exc:
+ except Exception:
logger.exception('Running command %s', command)
self.event_queue.cancel_join_thread()