You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./merger.py --gugik --terc 2014011
[CUT]
Traceback (most recent call last):
File "./merger.py", line 794, in
main()
File "./merger.py", line 755, in main
data = dataFunc()
File "./merger.py", line 749, in
dataFunc = lambda: imp.getAddresses()
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 368, in getAddresses
data = self.fetchTiles()
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 624, in fetchTiles
map(self._convertToAddress, doc.iterchildren('{http://www.opengis.net/kml/2.2}Placemark'))
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 602, in _isEligible
if addr.status_budynku.upper() == 'PROGNOZOWANY':
AttributeError: 'NoneType' object has no attribute 'upper'
The text was updated successfully, but these errors were encountered:
./merger.py --gugik --terc 2014011
[CUT]
Traceback (most recent call last):
File "./merger.py", line 794, in
main()
File "./merger.py", line 755, in main
data = dataFunc()
File "./merger.py", line 749, in
dataFunc = lambda: imp.getAddresses()
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 368, in getAddresses
data = self.fetchTiles()
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 624, in fetchTiles
map(self._convertToAddress, doc.iterchildren('{http://www.opengis.net/kml/2.2}Placemark'))
File "/home/zibi/osm-tools/impa/osm-addr-tools/punktyadresowe_import.py", line 602, in _isEligible
if addr.status_budynku.upper() == 'PROGNOZOWANY':
AttributeError: 'NoneType' object has no attribute 'upper'
The text was updated successfully, but these errors were encountered: