1 parent 39d4203 commit 07a801aCopy full SHA for 07a801a
1 file changed
data/tools/wmllint
@@ -3000,7 +3000,7 @@ scenarios, etc.""")
3000
# with this issue, but it is impossible to handle all cases if multiple
3001
# (intended) arguments are involved. We also activate globbing on
3002
# Windows, if there is a wildcard.
3003
- if arguments and not (len(arguments) == 1 and arguments[0] == ".") and sys.platform == 'win32':
+ if sys.platform == 'win32':
3004
wildcard = False
3005
ugly = False
3006
newargs = []
0 commit comments