Changeset 864
- Timestamp:
- 07/10/07 15:19:25 (2 years ago)
- Files:
-
- BADataMunger/trunk/gismixer.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
BADataMunger/trunk/gismixer.py
r863 r864 93 93 logging.info("all GIS places (%s) were matched" % len(gisdata)) 94 94 elif len(gisdata) > len(matchedgisdata): 95 logging. warning("only %s of the %s GIS places were matched!" % (len(matchedgisdata), len(gisdata)))95 logging.info("%s of the %s GIS places were matched" % (len(matchedgisdata), len(gisdata))) 96 96 unmatchedgisdata = [value for i, value in enumerate(self.fieldvalues) if self.fieldmatches[i] == False] 97 97 suppressnodes = config.xpath("//suppress")
