Ignore:
Timestamp:
03/02/15 16:25:33 (10 years ago)
Author:
labetoulle
Message:

Check exit status

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py

    r2425 r2426  
    6565    except Exception as rc : 
    6666      print(rc) 
    67       exit() 
     67      exit(1) 
    6868    with open(os.path.join(DIR["DATA"], OUT["CCCMP"]), "w") as fileout: 
    6969      fileout.write(res) 
     
    389389  if not args.dryrun: 
    390390    save_files(OUT, today) 
     391 
     392  exit(0) 
Note: See TracChangeset for help on using the changeset viewer.