##// END OF EJS Templates
BUG: Logging a rare error condition would have failed.
Pietro Berkes -
Show More
@@ -95,7 +95,7 b' class InProcessKernel(Kernel):'
95 frontend.stdin_channel.call_handlers(msg)
95 frontend.stdin_channel.call_handlers(msg)
96 break
96 break
97 else:
97 else:
98 log.error('No frontend found for raw_input request')
98 logging.error('No frontend found for raw_input request')
99 return str()
99 return str()
100
100
101 # Await a response.
101 # Await a response.
General Comments 0
You need to be logged in to leave comments. Login now