From a1fc7218dc7f2f0cf7f539b2f3da8006c65ee9ee Mon Sep 17 00:00:00 2001 From: Alberto Planas Date: Fri, 18 Jul 2014 20:18:38 +0200 Subject: [PATCH] Supress again the warning. --- osc-check_repo.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/osc-check_repo.py b/osc-check_repo.py index 9a7aa9d4..68e2b7e8 100644 --- a/osc-check_repo.py +++ b/osc-check_repo.py @@ -76,7 +76,8 @@ def _check_repo_repo_list(self, prj, repo, arch, pkg, opts): continue files.append((fn, pname, result.group(4), mt)) except urllib2.HTTPError: - print " - WARNING: Can't found list of packages (RPM) for %s in %s (%s, %s)" % (pkg, prj, repo, arch) + pass + # print " - WARNING: Can't found list of packages (RPM) for %s in %s (%s, %s)" % (pkg, prj, repo, arch) return files