Skip to content

Commit 2a50a63

Browse files
committed
fix comment
1 parent e49d60d commit 2a50a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/utilities/convert_msys_paths_to_win_paths.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def msys_to_windows_path(msys_path):
4646
def should_convert(var: str,
4747
convert: list[str] | None,
4848
exclude: list[str] | None):
49-
"""Check the variable name against exclude list"""
49+
"""Check the variable name against convert/exclude list"""
5050
if exclude and var in exclude:
5151
return False
5252

0 commit comments

Comments
 (0)