shadowm

Untitled

Aug 24th, 2015
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. shadowm@nanacore:~/src/projects/After_the_Storm% make lint WESNOTH=wesnoth WMLLINT='wmllint -d -v -v'
  2. wmllint -d -v -v /home/shadowm/src/wesnoth/data/core /home/shadowm/src/projects/After_the_Storm
  3. [...]
  4. /home/shadowm/src/wesnoth/data/core/units/wose/Wose.cfg:
  5. /home/shadowm/src/projects/After_the_Storm/images/units/faeries/elynia.xcf is not a valid UTF-8 file
  6. Traceback (most recent call last):
  7. File "/home/shadowm/bin/wmllint", line 2876, in <module>
  8. for fn in allcfgfiles(directory):
  9. File "/home/shadowm/bin/wmllint", line 2597, in allcfgfiles
  10. if interesting(os.path.join(root, name)):
  11. File "/home/shadowm/bin/wmllint", line 2580, in interesting
  12. return fn.endswith(".cfg") or is_map(fn) or issave(fn)
  13. File "/home/shadowm/src/wesnoth/data/tools/wesnoth/wmltools.py", line 207, in issave
  14. return firstline.startswith("label=")
  15. UnboundLocalError: local variable 'firstline' referenced before assignment
  16. Makefile:53: recipe for target 'lint' failed
  17. make: *** [lint] Error 1
Advertisement
Add Comment
Please, Sign In to add comment