Changeset 1865 in lmdz_wrf for trunk/tools/nc_var_tools.py


Ignore:
Timestamp:
Mar 26, 2018, 7:37:26 PM (7 years ago)
Author:
lfita
Message:

Fixing typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/nc_var_tools.py

    r1864 r1865  
    2337423374    if not os.path.isfile(projfilen):
    2337523375        print errormsg
    23376         print '  '+fname+ "': ASCII file with projection information '" + projfilen+ \
    23377           + "' does not exist !!"
     23376        print '  '+fname+ "': ASCII file with projection information '" + projfilen +\
     23377          "' does not exist !!"
    2337823378        quit(-1)
    2337923379
Note: See TracChangeset for help on using the changeset viewer.