Skip to content

Commit

Permalink
Fix a wmllint crash
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed May 28, 2014
1 parent 8d54407 commit 21f3a01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/tools/wmllint
Expand Up @@ -1761,6 +1761,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)
Expand Down

0 comments on commit 21f3a01

Please sign in to comment.