Changeset 1227

Show
Ignore:
Timestamp:
11/14/07 11:17:20 (1 year ago)
Author:
sgillies
Message:

Fix error in exception message (#338)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • PleiadesGeocoder/trunk/geo.py

    r1221 r1227  
    128128            else: 
    129129                raise ValueError, \ 
    130                 "Insufficient number of ordinates: %s" % str(point
     130                "Insufficient number of ordinates: %s" % str(p
    131131        self.georef['spatialCoordinates'] = value.lstrip() 
    132132