##// END OF EJS Templates
Update IPython/lib/pretty.py
Eric Wieser -
Show More
@@ -206,7 +206,7 b' class PrettyPrinter(_PrettyPrinterBase):'
206 self.output_width = x.output(self.output, self.output_width)
206 self.output_width = x.output(self.output, self.output_width)
207 self.buffer_width -= x.width
207 self.buffer_width -= x.width
208
208
209 def _break_outer_groups(self, force=):
209 def _break_outer_groups(self):
210 while self.max_width < self.output_width + self.buffer_width:
210 while self.max_width < self.output_width + self.buffer_width:
211 group = self.group_queue.deq()
211 group = self.group_queue.deq()
212 if not group:
212 if not group:
General Comments 0
You need to be logged in to leave comments. Login now