##// END OF EJS Templates
Cleaner access to log call....
Fernando Perez -
Show More
@@ -853,7 +853,7 b' class AutoHandler(PrefilterHandler):'
853 # XXX - Ugly hack! We are breaking on multiline input and I'm out
853 # XXX - Ugly hack! We are breaking on multiline input and I'm out
854 # of time tonight to disentangle the component hirerarchy issue
854 # of time tonight to disentangle the component hirerarchy issue
855 # here... Fix this more cleanly later.
855 # here... Fix this more cleanly later.
856 self.parent.parent.log(line,line,continue_prompt)
856 self.shell.log(line,line,continue_prompt)
857
857
858 return line
858 return line
859
859
General Comments 0
You need to be logged in to leave comments. Login now