Skip to content

Commit 72d12ad

Browse files
committed
Do ect line-by-line instead of char by char
1 parent 1d8ccbb commit 72d12ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gbmi/utils/images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def ect(
167167
["ect", *extra_args],
168168
*images,
169169
check=True,
170-
trim_printout=trim_ect if trim_printout else None,
170+
trim_printout=trim_ect if trim_printout else (lambda x: x),
171171
stdout_write=stdout_write,
172172
stderr_write=stderr_write,
173173
)

0 commit comments

Comments
 (0)