Skip to content

Commit 664d9d6

Browse files
committed
chore: Clarified doc string for Path in find_recipe_json
Signed-off-by: Brandon Groth <[email protected]>
1 parent 4591870 commit 664d9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fms_mo/utils/qconfig_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ def find_recipe_json(recipe: str, subdir: str = None) -> Path:
170170
subdir (str, optional): Alternative subdir path from pkg_root. Defaults to None.
171171
172172
Returns:
173-
Path: Path to recipe .json if found, else None
173+
Path: File Path to .json recipe if found, else None
174174
"""
175175
if recipe is None:
176176
return None

0 commit comments

Comments
 (0)