diff --git a/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py b/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py index b627637..77d519e 100755 --- a/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py +++ b/robots/little_john/telemetry/code/monitor/graph_plotter_rewrite.py @@ -37,6 +37,8 @@ elif len(targetdevs) > 1: selection = int(input("Please enter your selection (as a digit):\n > ")) if selection >= 0 and selection < len(targetdevs): break + except KeyboardInterrupt: + exit() except: print("Choice unrecognised: please try again:") else: -- libgit2 0.21.2