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

    r2210 r2216  
    325325        else : 
    326326            retcode = banner.main(args, options) 
     327    except KeyboardInterrupt :         
     328        sys.stderr.write("\nInterrupted with Ctrl+C !\n") 
    327329    except SystemExit :         
    328330        pass