Changeset 2426 for TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py
- Timestamp:
- 03/02/15 16:25:33 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/ConsoGENCMIP6/bin/conso_gencmip6.py
r2425 r2426 65 65 except Exception as rc : 66 66 print(rc) 67 exit( )67 exit(1) 68 68 with open(os.path.join(DIR["DATA"], OUT["CCCMP"]), "w") as fileout: 69 69 fileout.write(res) … … 389 389 if not args.dryrun: 390 390 save_files(OUT, today) 391 392 exit(0)
Note: See TracChangeset
for help on using the changeset viewer.