equinor / segyio

Fast Python library for SEGY files.
Other
476 stars 214 forks source link

Decode text in tools.wrap #445

Closed jokva closed 4 years ago

jokva commented 4 years ago

The str(text) on the input in wrap was quite broken in python3, as str(text) actually prepends the bytearray(b'') like in repr.