From 0f43e578319f7ad75293350e00f5298b8b9dbabe Mon Sep 17 00:00:00 2001 From: Sven Heidemann Date: Tue, 26 Oct 2021 13:09:44 +0200 Subject: [PATCH] Removed console.write_line --- src/cpl_cli/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cpl_cli/cli.py b/src/cpl_cli/cli.py index 4683ed03..166ef355 100644 --- a/src/cpl_cli/cli.py +++ b/src/cpl_cli/cli.py @@ -120,7 +120,6 @@ class CLI(ApplicationABC): Error.error(f'Expected command') return - Console.write_line(command, args) self._command_handler.handle(command, args) except KeyboardInterrupt: Console.write_line()