You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using tabulate to print a list of dataclasses when one or more rows is SEPARATING_LINE, produces:
File "....\.venv\lib\site-packages\tabulate\__init__.py", line 1451, in <listcomp>
rows = [[getattr(row, f) for f in field_names] for row in rows ]
AttributeError: 'str' object has no attribute '<the first attribute of dataclass>'
Can be assigned to me, I have a fix.
The text was updated successfully, but these errors were encountered:
Using tabulate to print a list of dataclasses when one or more rows is SEPARATING_LINE, produces:
Can be assigned to me, I have a fix.
The text was updated successfully, but these errors were encountered: