mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
Remove superfluous error message
Printing something like "Error 404" might be a bit confusing for the users.
This commit is contained in:
parent
bec52a7917
commit
ad1450a1f7
@ -43,7 +43,6 @@ class OscMirrorGroup(object):
|
||||
self._grabber.urlgrab(mirror, filename, text)
|
||||
return True
|
||||
except HTTPError as e:
|
||||
print('Error %s' % e.code)
|
||||
tries += 1
|
||||
|
||||
return False
|
||||
|
Loading…
Reference in New Issue
Block a user