Skip to content

Commit 01dd4ba

Browse files
committed
fix: broken argument
1 parent 7c01750 commit 01dd4ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mdio/commands/segy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
)
150150
def segy_import(
151151
input_segy_path,
152-
output_mdio_path,
152+
output_mdio_file,
153153
header_locations,
154154
header_lengths,
155155
header_names,
@@ -258,7 +258,7 @@ def segy_import(
258258
"""
259259
mdio.segy_to_mdio(
260260
segy_path=input_segy_path,
261-
mdio_path_or_buffer=output_mdio_path,
261+
mdio_path_or_buffer=output_mdio_file,
262262
index_bytes=header_locations,
263263
index_lengths=header_lengths,
264264
index_names=header_names,

0 commit comments

Comments
 (0)