Update Session API version according to max server reported version

This commit is contained in:
allegroai
2020-09-29 19:09:07 +03:00
parent 519677d987
commit ab9487c4e0
3 changed files with 3 additions and 2 deletions

View File

@@ -161,7 +161,7 @@ class IdObjectBase(InterfaceBase):
try:
self._data = self._reload()
except Exception:
pass
self.log.error("Failed reloading task {}".format(self.id))
@classmethod
def normalize_id(cls, id):