wmltools3: fixed a bug reported by Robertdebrus in PR #596
The bug consisted in the accidental removal of the 'vcdir' constant, still used by wmlindent and wmllint-1.4.
This commit is contained in:
parent
0537fc2391
commit
b9380e88c1
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue