File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/deployment/presto-clp/scripts Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -283,8 +283,8 @@ def _get_path_clp_config_value(
283283 :param clp_config:
284284 :param key: The key to look for in the config, in dot notation (e.g., "database.host").
285285 :param default_value: Value to use if the key is missing.
286- :param clp_package_dir: Base for resolving relative paths from the config .
287- :return: The value as a Path; relative values resolve to clp_package_dir / <path>.
286+ :param clp_package_dir: Base directory for resolving relative paths in `clp_config` .
287+ :return: The value as a ` Path` ; relative values resolve to ` clp_package_dir` / <path>.
288288 """
289289 value = _get_config_value (clp_config , key , str (default_value ))
290290 value_as_path = Path (value )
You can’t perform that action at this time.
0 commit comments