Skip to content

Commit 6328485

Browse files
committed
fix comment
1 parent 2135bb7 commit 6328485

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
@@ -45,7 +45,7 @@ def msys_to_windows_path(msys_path):
4545

4646
def should_convert(var_name: str,
4747
exclude: list[str] | None):
48-
"""Check the variable name against allow/deny lists."""
48+
"""Check the variable name against exclude list"""
4949
if exclude and var_name in exclude:
5050
return False
5151
return True

0 commit comments

Comments
 (0)