Supress again the warning.

This commit is contained in:
Alberto Planas 2014-07-18 20:18:38 +02:00
parent 2a8da7ce5c
commit a1fc7218dc

View File

@ -76,7 +76,8 @@ def _check_repo_repo_list(self, prj, repo, arch, pkg, opts):
continue continue
files.append((fn, pname, result.group(4), mt)) files.append((fn, pname, result.group(4), mt))
except urllib2.HTTPError: 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 return files