mirror of
https://github.com/kennethreitz-archive/bpython-gist.git
synced 2026-06-05 23:50:18 +00:00
Forgot to take out debug code
Had a temporary hack in for development that doesn't belong in the code.
This commit is contained in:
@@ -813,7 +813,6 @@ class Repl( object ):
|
||||
try:
|
||||
inp = self.get_line()
|
||||
except KeyboardInterrupt:
|
||||
sys.exit() # DELETE ME !!!
|
||||
self.statusbar.message('KeyboardInterrupt')
|
||||
self.scr.addstr('\n')
|
||||
self.scr.touchwin()
|
||||
|
||||
Reference in New Issue
Block a user