##// END OF EJS Templates
Fixed typo in displaypub...
Jonathan Frederic -
Show More
@@ -126,7 +126,7 b' class CapturingDisplayPublisher(DisplayPublisher):'
126
126
127 def clear_output(self, wait=False):
127 def clear_output(self, wait=False):
128 super(CapturingDisplayPublisher, self).clear_output(wait)
128 super(CapturingDisplayPublisher, self).clear_output(wait)
129 if other:
129
130 # empty the list, *do not* reassign a new list
130 # empty the list, *do not* reassign a new list
131 del self.outputs[:]
131 del self.outputs[:]
132
132
General Comments 0
You need to be logged in to leave comments. Login now