Show
Ignore:
Timestamp:
04/23/05 22:51:03 (19 years ago)
Author:
jerome
Message:

Now exits with no traceback in case of Ctrl+C

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/bin/edpykota

    r2210 r2216  
    549549        else : 
    550550            retcode = editor.main(args, options) 
     551    except KeyboardInterrupt :         
     552        sys.stderr.write("\nInterrupted with Ctrl+C !\n") 
    551553    except SystemExit :         
    552554        pass