We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312f8ae commit d93b506Copy full SHA for d93b506
bluemath_tk/config/paths.py
@@ -76,7 +76,8 @@ def get_paths(verbose: bool = True) -> dict:
76
if "thredds" in file_path:
77
print(f"WARNING: {file_name} is a Thredds path.")
78
print(
79
- "You can update any path or add new paths with the update_paths function."
+ "You can update any path or add new paths with the update_paths function,"
80
+ " from bluemath_tk.config.paths."
81
)
82
print("Example: update_paths({'SHYTCWAVES_COEFS': '/new/path/to/data'})")
83
0 commit comments