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