Author: esr
Date: Thu Nov 27 03:32:17 2008
New Revision: 31114

URL: http://svn.gna.org/viewcvs/wesnoth?rev=31114&view=rev
Log:
wmllint checking of recruitment patterns is complete.

Modified:
    trunk/data/tools/wmllint

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=31114&r1=31113&r2=31114&view=diff
==============================================================================
--- trunk/data/tools/wmllint (original)
+++ trunk/data/tools/wmllint Thu Nov 27 03:32:17 2008
@@ -740,8 +740,9 @@
                     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():


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to