Skip to content

Commit 5557b33

Browse files
committed
Silence Error: h [ERROR]: Tile @*.earth_*.nc not found errors
1 parent 07b2802 commit 5557b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/xarray/backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def open_dataset( # type: ignore[override]
117117
vfname=voutfile, kind=raster_kind
118118
)
119119
# Add "source" encoding
120-
source: str | list = which(fname=filename_or_obj)
120+
source: str | list = which(fname=filename_or_obj, verbose="q")
121121
raster.encoding["source"] = (
122122
source[0] if isinstance(source, list) else source
123123
)

0 commit comments

Comments
 (0)