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

    r2210 r2216  
    158158        else : 
    159159            retcode = dumper.main(args, options) 
     160    except KeyboardInterrupt :         
     161        sys.stderr.write("\nInterrupted with Ctrl+C !\n") 
    160162    except SystemExit :         
    161163        pass