We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e00d6f4 commit 807106bCopy full SHA for 807106b
src/mdio/segy/_workers.py
@@ -166,6 +166,7 @@ def trace_worker( # noqa: PLR0913
166
tmp_raw_headers,
167
attrs=ds_to_write[raw_header_key].attrs,
168
encoding=ds_to_write[raw_header_key].encoding, # Not strictly necessary, but safer than not doing it.
169
+ )
170
171
172
del raw_headers # Manage memory
0 commit comments