We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07b2802 commit 5557b33Copy full SHA for 5557b33
pygmt/xarray/backend.py
@@ -117,7 +117,7 @@ def open_dataset( # type: ignore[override]
117
vfname=voutfile, kind=raster_kind
118
)
119
# Add "source" encoding
120
- source: str | list = which(fname=filename_or_obj)
+ source: str | list = which(fname=filename_or_obj, verbose="q")
121
raster.encoding["source"] = (
122
source[0] if isinstance(source, list) else source
123
0 commit comments