Ignore:
Timestamp:
03/02/15 14:48:04 (9 years ago)
Author:
labetoulle
Message:

Fix typos

File:
1 edited

Legend:

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

    r2421 r2424  
    2929    res = None 
    3030 
    31   return res 
     31  return res.strip() 
    3232 
    3333 
     
    3939    res = subprocess.check_output(command) 
    4040    res = res.split()[0] 
    41  
    4241  except Exception as rc : 
    4342    print(rc) 
Note: See TracChangeset for help on using the changeset viewer.