This commit is contained in:
santaspeen 2022-02-20 23:59:09 +03:00
parent c25da23d4c
commit 494d375a4b

View File

@ -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.")