Skip to content

Commit 6cadb6c

Browse files
committed
Merge branch 'handle-keyboard-interrupt'
* handle-keyboard-interrupt: Change ctrl-c to do a keyboard interrupt vs app exit.
2 parents 2ec961f + c2531e1 commit 6cadb6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awsshell/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ def create_application(self, completer, history,
264264
style=style_factory.style,
265265
buffers=buffers,
266266
buffer=self.create_buffer(completer, history),
267-
on_abort=AbortAction.RAISE_EXCEPTION,
267+
on_abort=AbortAction.RETRY,
268268
on_exit=AbortAction.RAISE_EXCEPTION,
269269
on_input_timeout=Callback(self.on_input_timeout),
270270
key_bindings_registry=self.key_manager.manager.registry,

0 commit comments

Comments
 (0)