Show More
@@ -211,7 +211,7 b' class ScriptMagics(Magics):' | |||||
211 |
|
211 | |||
212 | async def _readchunk(stream): |
|
212 | async def _readchunk(stream): | |
213 | try: |
|
213 | try: | |
214 |
return await stream.readuntil(b |
|
214 | return await stream.readuntil(b"\n") | |
215 | except asyncio.exceptions.IncompleteReadError as e: |
|
215 | except asyncio.exceptions.IncompleteReadError as e: | |
216 | return e.partial |
|
216 | return e.partial | |
217 | except asyncio.exceptions.LimitOverrunError as e: |
|
217 | except asyncio.exceptions.LimitOverrunError as e: |
General Comments 0
You need to be logged in to leave comments.
Login now