wmllint checking of recruitment patterns is complete.

This commit is contained in:
Eric S. Raymond 2008-11-27 02:32:17 +00:00
parent 2cf291dcd0
commit bf063e25f6

View file

@ -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():