Skip to content

Commit 07a801a

Browse files
committed
.
1 parent 39d4203 commit 07a801a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/tools/wmllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3000,7 +3000,7 @@ scenarios, etc.""")
30003000
# with this issue, but it is impossible to handle all cases if multiple
30013001
# (intended) arguments are involved. We also activate globbing on
30023002
# Windows, if there is a wildcard.
3003-
if arguments and not (len(arguments) == 1 and arguments[0] == ".") and sys.platform == 'win32':
3003+
if sys.platform == 'win32':
30043004
wildcard = False
30053005
ugly = False
30063006
newargs = []

0 commit comments

Comments
 (0)