Changeset 683

Show
Ignore:
Timestamp:
08/10/06 23:32:25 (18 years ago)
Author:
jerome
Message:

Added support for clean shutdown when tea4cups receives SIGINT,
similarly to what is done for PyKota.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tea4cups/trunk/tea4cups

    r679 r683  
    14351435            except SystemExit, e : 
    14361436                returncode = e.code 
     1437            except KeyboardInterrupt :     
     1438                wrapper.logInfo("Job %s interrupted by the administrator !" % wrapper.JobId, "warn") 
    14371439            except : 
    14381440                import traceback