From 494d375a4bb19faaade6694865095987a20bc13d Mon Sep 17 00:00:00 2001 From: santaspeen Date: Sun, 20 Feb 2022 23:59:09 +0300 Subject: [PATCH] 1.0 --- src/console/Console.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/console/Console.py b/src/console/Console.py index 93b92f1..b349cf2 100644 --- a/src/console/Console.py +++ b/src/console/Console.py @@ -221,8 +221,6 @@ class Console: else: self.log(self.__not_found % cmd) except Exception as e: - # if e == KeyboardInterrupt: - # raise e ConsoleIO.write_err("\rDuring the execution of the command, an error occurred:\n\n" + str(traceback.format_exc()) + "\nType Enter to continue.")