Skip to content

Commit 80ab669

Browse files
committed
Fix a typo in x2sys_cross.py
1 parent 82e1fe2 commit 80ab669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/x2sys_cross.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def x2sys_cross(tracks=None, outfile=None, **kwargs):
223223
lib.call_module(
224224
module="x2sys_cross",
225225
args=build_arg_string(
226-
kwargs, infile=" ".join(fname), outfile=outfile
226+
kwargs, infile=" ".join(fnames), outfile=outfile
227227
),
228228
)
229229

0 commit comments

Comments
 (0)