Fix undef error

This commit is contained in:
Ilya Zverev 2018-05-26 22:51:24 +03:00
parent 700ed671c0
commit c1108109fe

View file

@ -943,6 +943,7 @@ class OsmConflator:
# First match all objects with ref:whatever tag set
count_ref = 0
for k, p in list(self.osmdata.items()):
ref = None
if self.ref and self.ref in p.tags:
ref = p.tags[self.ref]
elif find_ref: