Drop the interative console
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
e1b448de09
commit
1df9b3e8cb
1 changed files with 1 additions and 9 deletions
|
@ -89,12 +89,4 @@ def run():
|
|||
|
||||
|
||||
if __name__ == "__main__":
|
||||
try:
|
||||
main()
|
||||
except KeyboardInterrupt:
|
||||
from code import InteractiveConsole
|
||||
|
||||
InteractiveConsole(locals={"s": s}).interact(
|
||||
"ENTERING THE DEBUG CONSOLE:\n s is the scheduler\n ^d to quit",
|
||||
"LEAVING THE DEBUG CONSOLE",
|
||||
)
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue