Utilities¶
get_env_option(builder_name: str, option: str) -> str ¶
Returns:
| Type | Description |
|---|---|
str | The value of the upper-cased environment variable |
normalize_relative_path(path: str) -> str ¶
Returns:
| Type | Description |
|---|---|
str | The normalized relative path with platform-specific separators. |
Last update: June 12, 2022