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 2135bb7 commit 6328485Copy full SHA for 6328485
ci/utilities/convert_msys_paths_to_win_paths.py
@@ -45,7 +45,7 @@ def msys_to_windows_path(msys_path):
45
46
def should_convert(var_name: str,
47
exclude: list[str] | None):
48
- """Check the variable name against allow/deny lists."""
+ """Check the variable name against exclude list"""
49
if exclude and var_name in exclude:
50
return False
51
return True
0 commit comments