Loading csst_common/file_recorder.py +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class FileRecorder(list): def __repr__(self): t = self.to_table() lines, outs = t.formatter._pformat_table( t, max_lines=-1, max_width=-1, show_name=True, show_unit=None, show_dtype=False, align=None) t, max_lines=-1, max_width=-1, show_name=True, show_unit=None, show_dtype=False, align="<") if outs['show_length']: lines.append(f'Length = {len(self)} rows') return "\n".join(lines) Loading
csst_common/file_recorder.py +1 −1 Original line number Diff line number Diff line Loading @@ -87,7 +87,7 @@ class FileRecorder(list): def __repr__(self): t = self.to_table() lines, outs = t.formatter._pformat_table( t, max_lines=-1, max_width=-1, show_name=True, show_unit=None, show_dtype=False, align=None) t, max_lines=-1, max_width=-1, show_name=True, show_unit=None, show_dtype=False, align="<") if outs['show_length']: lines.append(f'Length = {len(self)} rows') return "\n".join(lines)