Changeset 2471


Ignore:
Timestamp:
Mar 3, 2006, 10:25:51 AM (18 years ago)
Author:
nick
Message:

To correct error in geospatial_data test in pervious version,

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/geospatial_data/geospatial_data.py

    r2465 r2471  
    131131           
    132132        NOTE: doesn't add if objects contain different
    133         attributes test (yet) if attributes of different kinds
    134         are added to each other, this could be a problem
     133        attributes 
    135134        """
    136135
     
    159158
    160159                else:
    161                     msg = 'Both geospatial_data objects must have the same \
    162                     attributes to allow addition.'
     160                    msg = 'Both geospatial_data objects must have the same \n'
     161#                    msg += 'attributes to allow addition.'
    163162                    raise msg
    164163 
Note: See TracChangeset for help on using the changeset viewer.