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/pkmail

    r2210 r2216  
    173173        else : 
    174174            retcode = mailparser.main(args, options) 
     175    except KeyboardInterrupt :         
     176        sys.stderr.write("\nInterrupted with Ctrl+C !\n") 
    175177    except SystemExit :         
    176178        pass