We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49d60d commit 2a50a63Copy full SHA for 2a50a63
ci/utilities/convert_msys_paths_to_win_paths.py
@@ -46,7 +46,7 @@ def msys_to_windows_path(msys_path):
46
def should_convert(var: str,
47
convert: list[str] | None,
48
exclude: list[str] | None):
49
- """Check the variable name against exclude list"""
+ """Check the variable name against convert/exclude list"""
50
if exclude and var in exclude:
51
return False
52
0 commit comments