]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
goggle: exit quietly on ^C
authorChris Larson <chris_larson@mentor.com>
Mon, 7 Mar 2011 22:54:29 +0000 (15:54 -0700)
committerChris Larson <chris_larson@mentor.com>
Mon, 7 Mar 2011 22:54:29 +0000 (15:54 -0700)
Signed-off-by: Chris Larson <chris_larson@mentor.com>
lib/bb/ui/goggle.py

index 5d45f004ca12f57e1d2a054b37e1106336292022..6278a4cbf0ed0069fdf44108c7eac7a097fca9ab 100644 (file)
@@ -106,6 +106,8 @@ def main (server, eventHandler):
         # ignore interrupted io
         if ioerror.args[0] == 4:
             pass
+    except KeyboardInterrupt:
+        pass
     finally:
         server.runCommand(["stateStop"])