Skip to content

Commit 807106b

Browse files
BrianMichelltasansal
authored andcommitted
Fix unclosed parenthesis
1 parent e00d6f4 commit 807106b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mdio/segy/_workers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ def trace_worker( # noqa: PLR0913
166166
tmp_raw_headers,
167167
attrs=ds_to_write[raw_header_key].attrs,
168168
encoding=ds_to_write[raw_header_key].encoding, # Not strictly necessary, but safer than not doing it.
169+
)
169170

170171

171172
del raw_headers # Manage memory

0 commit comments

Comments
 (0)