Closed seisman closed 6 months ago
The upstream PR has been merged. I don't think we can have a workaround in PyGMT, since we definitely don't want to revert all changes in PR #3139. Fortunately, the upstream bug only affects users who care about the GMT_Call_Command
string in the debugging message.
This is an upstream GMT bug, which affect us after we refactored wrappers to pass a list of argument strings in PR #3139. To reproduce the bug, run:
The exception is because GMT incorrectly outputs a string like below to stderr:
Here, the argument
\x10l7"\xec\x7f\n
makes no sense.Upstream PR https://github.com/GenericMappingTools/gmt/pull/8461 should fix the bug.