Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for should_convert (0.11 sec)

  1. ci/official/utilities/convert_msys_paths_to_win_paths.py

    This is necessary on Windows, because some applications do not understand/handle
    Linux-like paths MSYS uses, for example, Docker.
    """
    
    import argparse
    import os
    
    
    def should_convert(var_name: str,
                       blacklist: list[str] | None,
                       whitelist_prefix: list[str] | None):
      """Check the variable name against white/black lists."""
      if blacklist and var_name in blacklist:
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Wed Aug 07 23:01:25 UTC 2024
    - 2.5K bytes
    - Viewed (0)
Back to top