Supress again the warning.
This commit is contained in:
parent
2a8da7ce5c
commit
a1fc7218dc
@ -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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user