We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d634cc commit 4dc7974Copy full SHA for 4dc7974
1 file changed
pygmt/src/read.py
@@ -96,7 +96,9 @@ def read(
96
97
with Session() as lib:
98
with lib.virtualfile_out(kind=kind) as voutfile:
99
- lib.call_module("read", args=[file, voutfile, *build_arg_list(kwdict)])
+ lib.call_module(
100
+ module="read", args=[file, voutfile, *build_arg_list(kwdict)]
101
+ )
102
103
match kind:
104
case "dataset":
0 commit comments