You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 GenericMappingTools/gmt#8461 should fix the bug.
The text was updated successfully, but these errors were encountered: