From aebc0571f37ec2e3fe2c2bc340e2aa0d02905afa Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Wed, 22 Aug 2012 17:42:25 +0200 Subject: [PATCH] [entropy.client.interfaces.db] fix undefined reference to TIMEOUT_FETCH_ERROR --- lib/entropy/client/interfaces/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/entropy/client/interfaces/db.py b/lib/entropy/client/interfaces/db.py index 8bbfdc572..629806ab1 100644 --- a/lib/entropy/client/interfaces/db.py +++ b/lib/entropy/client/interfaces/db.py @@ -875,7 +875,7 @@ class AvailablePackagesRepositoryUpdater(object): fetch_errors = ( UrlFetcher.GENERIC_FETCH_WARN, - UrlFetcher.TIMEOUT_FETCH_WARN, + UrlFetcher.TIMEOUT_FETCH_ERROR, UrlFetcher.GENERIC_FETCH_ERROR) fetcher = self._entropy._url_fetcher(