#334: Wait only for first matched rule; regression: always show arrows

This commit is contained in:
nvbn
2015-09-01 14:34:41 +03:00
parent 5d74344994
commit 61937e9e8f
4 changed files with 8 additions and 34 deletions
+1 -3
View File
@@ -88,9 +88,7 @@ def select_command(corrected_commands, settings):
logs.show_corrected_command(selector.value, settings)
return selector.value
selector.on_change(
lambda val: logs.confirm_text(val, corrected_commands.is_multiple,
settings))
selector.on_change(lambda val: logs.confirm_text(val, settings))
for action in read_actions():
if action == SELECT:
sys.stderr.write('\n')