wmllint checking of recruitment patterns is complete.
This commit is contained in:
parent
2cf291dcd0
commit
bf063e25f6
1 changed files with 3 additions and 2 deletions
|
@ -740,8 +740,9 @@ def consistency_check():
|
|||
if rtype in derivedlist:
|
||||
base = derivations[rtype]
|
||||
else:
|
||||
print '"%s", line %d: %s has no usage type' % (filename, rl, rtype)
|
||||
continue
|
||||
print '"%s", line %d: %s has no usage type' % \
|
||||
(filename, rl, rtype)
|
||||
continue
|
||||
utype = usage[base]
|
||||
utypes.append(utype)
|
||||
for (pdifficulty, (pl, recruit_pattern)) in patterndict.items():
|
||||
|
|
Loading…
Add table
Reference in a new issue