mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-12 20:15:43 +00:00
Fix a wmllint crash
This commit is contained in:
parent
6c55e29a93
commit
a4e30b6275
@ -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…
x
Reference in New Issue
Block a user