Skip to content

Commit

Permalink
Do ect line-by-line instead of char by char
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross committed Nov 6, 2024
1 parent 1d8ccbb commit 72d12ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gbmi/utils/images.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def ect(
["ect", *extra_args],
*images,
check=True,
trim_printout=trim_ect if trim_printout else None,
trim_printout=trim_ect if trim_printout else (lambda x: x),
stdout_write=stdout_write,
stderr_write=stderr_write,
)
Expand Down

0 comments on commit 72d12ad

Please sign in to comment.