parse_path_env
Documentation for eth_defi.tokenised_fund.asseto.backfill.parse_path_env function.
- parse_path_env(name, default)
Parse an optional filesystem path environment variable.
- Parameters
name (str) – Environment variable name.
default (pathlib.Path) – Default production path.
- Returns
Expanded selected path.
- Return type