Skip to content

Commit 06b5771

Browse files
committed
Minor touch-up.
1 parent 2ac911a commit 06b5771

File tree

1 file changed

+2
-2
lines changed
  • tools/deployment/presto-clp/scripts

1 file changed

+2
-2
lines changed

tools/deployment/presto-clp/scripts/init.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)