diff options
-rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index b99a121729..77ec7302a7 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -460,7 +460,6 @@ def main(server, eventHandler, tf = TerminalFilter): | |||
460 | if ioerror.args[0] == 4: | 460 | if ioerror.args[0] == 4: |
461 | pass | 461 | pass |
462 | except KeyboardInterrupt: | 462 | except KeyboardInterrupt: |
463 | import time | ||
464 | termfilter.clearFooter() | 463 | termfilter.clearFooter() |
465 | if main.shutdown == 1: | 464 | if main.shutdown == 1: |
466 | print("\nSecond Keyboard Interrupt, stopping...\n") | 465 | print("\nSecond Keyboard Interrupt, stopping...\n") |