1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 17:26:15 +02:00

Remove superfluous error message

Printing something like "Error 404" might be a bit confusing for
the users.
This commit is contained in:
Marcus Huewe 2018-11-01 19:55:52 +01:00
parent bec52a7917
commit ad1450a1f7

View File

@ -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