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

    r2210 r2216  
    189189    except KeyboardInterrupt : 
    190190        retcode = 0 
     191    except KeyboardInterrupt :         
     192        sys.stderr.write("\nInterrupted with Ctrl+C !\n") 
    191193    except SystemExit :         
    192194        pass