We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ccde4 commit 53c0991Copy full SHA for 53c0991
1 file changed
pygmt/clib/session.py
@@ -630,6 +630,7 @@ def call_module(self, module: str, args: str | list[str]):
630
)
631
632
# 'args' can be (1) a single string or (2) a list of strings.
633
+ argv: bytes | ctp.Array[ctp.c_char_p]
634
if isinstance(args, str):
635
# 'args' is a single string that contains whitespace-separated arguments.
636
# In this way, we need to correctly handle option arguments that contains
0 commit comments