aboutsummaryrefslogtreecommitdiffstats
path: root/osmopy/osmo_interact_vty.py
diff options
context:
space:
mode:
Diffstat (limited to 'osmopy/osmo_interact_vty.py')
-rwxr-xr-xosmopy/osmo_interact_vty.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/osmopy/osmo_interact_vty.py b/osmopy/osmo_interact_vty.py
index c484932..b57cd8c 100755
--- a/osmopy/osmo_interact_vty.py
+++ b/osmopy/osmo_interact_vty.py
@@ -142,6 +142,7 @@ class InteractVty(Interact):
received_lines = self._command(command_str, timeout)
+ # send escape to cancel the '?' command line
if command_str[-1] == '?':
self._command('\x03', timeout)