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 686e56f commit 3779ecaCopy full SHA for 3779eca
pygmt/_show_versions.py
@@ -90,7 +90,7 @@ def _check_ghostscript_version(gs_version: str) -> str | None:
90
if Version(__gmt_version__) < Version("6.5.0"):
91
return (
92
f"GMT v{__gmt_version__} doesn't support Ghostscript "
93
- "v{gs_version}. Please consider upgrading to GMT>=6.5.0 or "
+ f"v{gs_version}. Please consider upgrading to GMT>=6.5.0 or "
94
"downgrading to Ghostscript v9.56."
95
)
96
return None
0 commit comments