if not table name is present table name is an empty string

This commit is contained in:
Paul Kermann
2022-04-25 11:25:45 +03:00
parent 7308f4af0c
commit c8ab4eb814
@@ -121,6 +121,7 @@ class ObjectInterface(metaclass = abc.ABCMeta):
vol_info_dict["table_name"] = table_name
vol_info_dict["short_name"] = struct_name
else:
vol_info_dict["table_name"] = ""
vol_info_dict["short_name"] = type_name
self._vol = collections.ChainMap({}, vol_info_dict, object_info, kwargs)