From 203253e05f4be45ad9b344ed09825d7e631e049e Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Wed, 20 Jan 2021 11:19:24 -0500 Subject: [PATCH] Fix mispelling of exception name in confetty --- confluent_client/bin/confetty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_client/bin/confetty b/confluent_client/bin/confetty index d5857777..8593eebd 100755 --- a/confluent_client/bin/confetty +++ b/confluent_client/bin/confetty @@ -373,7 +373,7 @@ def do_command(command, server): if argv[0] == 'exit': if os.environ.get('TERM', '') not in ('linux'): sys.stdout.write('\x1b]0;\x07') - raise Bailout() + raise BailOut() elif argv[0] in ('help', '?'): return print_help() elif argv[0] == 'cd':