Update doctests and tests to pass a list of argument strings to Session.call_module #3178
Labels
maintenance
Boring but important stuff for the core devs
Milestone
See #3132 for context.
After PR #3139, it's recommended to pass a list of argument strings rather than a single argument string to the
Session.call_module
method. In PR #3132, we have refactored all module wrappers (scripts in thepygmt/src
directory). We need to do similar changes for otherSession.call_module
calls, mostly in thepygmt/clib/session.py
andpygmt/test/test_clib*
.The text was updated successfully, but these errors were encountered: