Ignore:
Timestamp:
Mar 24, 2006, 3:31:32 PM (18 years ago)
Author:
sexton
Message:

Better error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/geospatial_data/geospatial_data.py

    r2591 r2592  
    202202        return self.attributes[attribute_name]
    203203
    204     def __add__(self,other):
     204    def __add__(self, other):
    205205        """
    206206        returns the addition of 2 geospatical objects,
     
    257257        else:
    258258            msg = 'Both geospatial_data objects must be in the same \
    259             ZONE to allow addition.'
     259            ZONE to allow addition. I got zone %d and %d' %(zone1, zone2)
    260260            raise msg
    261261
Note: See TracChangeset for help on using the changeset viewer.