Fix a wmllint crash
This commit is contained in:
parent
6c55e29a93
commit
a4e30b6275
1 changed files with 1 additions and 0 deletions
|
@ -1770,6 +1770,7 @@ def consistency_check():
|
|||
if not base in usage:
|
||||
print '"%s", line %d: %s has unknown base %s' % \
|
||||
(filename, rl, rtype, base)
|
||||
continue
|
||||
else:
|
||||
utype = usage[base]
|
||||
utypes.append(utype)
|
||||
|
|
Loading…
Add table
Reference in a new issue