Loading src/simap_connector/service/simap_updater/SimapUpdater.py +1 −1 Original line number Diff line number Diff line Loading @@ -716,7 +716,7 @@ class EventDispatcher(BaseEventDispatcher): Tuple of ( domain_name, processed_links) or None if failed """ # Get the connection object connection = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid, auto_retrieve=False) connection = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid) if connection is None: LOGGER.warning('Connection {:s} not found in cache'.format(connection_uuid)) return None Loading Loading
src/simap_connector/service/simap_updater/SimapUpdater.py +1 −1 Original line number Diff line number Diff line Loading @@ -716,7 +716,7 @@ class EventDispatcher(BaseEventDispatcher): Tuple of ( domain_name, processed_links) or None if failed """ # Get the connection object connection = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid, auto_retrieve=False) connection = self._object_cache.get(CachedEntities.CONNECTION, connection_uuid) if connection is None: LOGGER.warning('Connection {:s} not found in cache'.format(connection_uuid)) return None Loading