Skip to content

Commit d93b506

Browse files
committed
[JTH] add better import message
1 parent 312f8ae commit d93b506

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bluemath_tk/config/paths.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ def get_paths(verbose: bool = True) -> dict:
7676
if "thredds" in file_path:
7777
print(f"WARNING: {file_name} is a Thredds path.")
7878
print(
79-
"You can update any path or add new paths with the update_paths function."
79+
"You can update any path or add new paths with the update_paths function,"
80+
" from bluemath_tk.config.paths."
8081
)
8182
print("Example: update_paths({'SHYTCWAVES_COEFS': '/new/path/to/data'})")
8283

0 commit comments

Comments
 (0)