Skip to content

Commit 272e042

Browse files
committed
cropped docstring
1 parent da3ef21 commit 272e042

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nipype/utils/filemanip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -601,6 +601,7 @@ def crash2txt(filename, record):
601601
def read_stream(stream, logger=None, encoding=None):
602602
"""
603603
Robustly reads a stream, sending a warning to a logger
604+
if some decoding error was raised.
604605
605606
>>> read_stream(bytearray([65, 0xc7, 65, 10, 66])) # doctest: +ELLIPSIS +ALLOW_UNICODE
606607
['A...A', 'B']

0 commit comments

Comments
 (0)