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
The class Table does not require the argument name to be set (defaults to None), but during initialization name() setter is called anyways. This leads to an exception if name is None in https://github.com/jdum/odfdo/blob/master/odfdo/table.py#L809