def get_config_with_retry()

in web-backend/configuration/configuration.py [0:0]


    def get_config_with_retry(self, name):
        try:
            return self.config[name]
        except RetryError:
            pass