Ignore:
Timestamp:
May 21, 2007, 4:38:46 PM (18 years ago)
Author:
duncan
Message:

changing error messages for loading .txt/.csv files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/coordinate_transforms/geo_reference.py

    r4451 r4470  
    287287            other.zone = self.zone           
    288288        else:   
    289             msg = 'Both geospatial_data objects must be in the same '+\
     289            msg = 'Geospatial data must be in the same '+\
    290290                  'ZONE to allow reconciliation. I got zone %d and %d'\
    291291                  %(self.zone, other.zone)
Note: See TracChangeset for help on using the changeset viewer.