Skip to content

Commit

Permalink
wmltools3: fixed a bug reported by Robertdebrus in PR #596
Browse files Browse the repository at this point in the history
The bug consisted in the accidental removal of the 'vcdir' constant, still used by wmlindent and wmllint-1.4.
  • Loading branch information
Elvish-Hunter committed Feb 14, 2016
1 parent 0537fc2 commit b9380e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/tools/wesnoth/wmltools3.py
Expand Up @@ -928,4 +928,7 @@ def resolve_unit_image(namespace, subdir, resource):
# And this is for code that does syntax transformation
baseindent = " "

# a constant to detect version control directories
vcdir = ".git"

# wmltools.py ends here

0 comments on commit b9380e8

Please sign in to comment.