Skip to content

Commit 4dc7974

Browse files
committed
Add parameter name
1 parent 6d634cc commit 4dc7974

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pygmt/src/read.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ def read(
9696

9797
with Session() as lib:
9898
with lib.virtualfile_out(kind=kind) as voutfile:
99-
lib.call_module("read", args=[file, voutfile, *build_arg_list(kwdict)])
99+
lib.call_module(
100+
module="read", args=[file, voutfile, *build_arg_list(kwdict)]
101+
)
100102

101103
match kind:
102104
case "dataset":

0 commit comments

Comments
 (0)