wmllint: Treat .mask files as maps
This commit is contained in:
parent
9be9dd931d
commit
8ce01da249
1 changed files with 1 additions and 1 deletions
|
@ -2553,7 +2553,7 @@ def maptransform(filename, baseline, inmap, y):
|
|||
|
||||
def is_map(filename):
|
||||
"Is this file a map?"
|
||||
return filename.endswith(".map")
|
||||
return filename.endswith(".map") or filename.endswith(".mask")
|
||||
|
||||
if 0: # Not used, as there are currently no defined map transforms
|
||||
class maptransform_error(BaseException):
|
||||
|
|
Loading…
Add table
Reference in a new issue