Fix static tags detection by skipping obsolete lines
This commit is contained in:
parent
2dc0d72e3f
commit
776b506cc7
1 changed files with 1 additions and 1 deletions
|
@ -194,8 +194,8 @@ def komap_mapswithme(options):
|
|||
kv[i[0].strip('?')] = "yes"
|
||||
else:
|
||||
kv[i[0]] = i[1]
|
||||
classificator[cl] = kv
|
||||
if row[2] != "x":
|
||||
classificator[cl] = kv
|
||||
class_order.append(cl)
|
||||
unique_types_check.add(cl)
|
||||
print >> types_file, row[0]
|
||||
|
|
Loading…
Add table
Reference in a new issue