Skip to content

GMT_Call_Module: Fix the debugging message when a list of argument strings is passed#8461

Merged
seisman merged 1 commit intomasterfrom
fix-call-module
Apr 27, 2024
Merged

GMT_Call_Module: Fix the debugging message when a list of argument strings is passed#8461
seisman merged 1 commit intomasterfrom
fix-call-module

Conversation

@seisman
Copy link
Member

@seisman seisman commented Apr 27, 2024

Description of proposed changes

API function GMT_Call_Module can accept either a whitespace-separate argument string or a list of argument strings.

When a list of argument strings is passed, we need to convert args to a string first before printing it out.

Fixes GenericMappingTools/pygmt#3205.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GMT prints incorrect command line string if a list of arguments is passed

2 participants