mirror of
https://github.com/SantaSpeen/CLI-in-Python.git
synced 2025-07-01 15:25:31 +00:00
1.0
This commit is contained in:
parent
c25da23d4c
commit
494d375a4b
@ -221,8 +221,6 @@ class Console:
|
|||||||
else:
|
else:
|
||||||
self.log(self.__not_found % cmd)
|
self.log(self.__not_found % cmd)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
# if e == KeyboardInterrupt:
|
|
||||||
# raise e
|
|
||||||
ConsoleIO.write_err("\rDuring the execution of the command, an error occurred:\n\n" +
|
ConsoleIO.write_err("\rDuring the execution of the command, an error occurred:\n\n" +
|
||||||
str(traceback.format_exc()) +
|
str(traceback.format_exc()) +
|
||||||
"\nType Enter to continue.")
|
"\nType Enter to continue.")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user