1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-01-12 16:56:15 +01:00

- make osc working with OBS 2.1 again

This commit is contained in:
Adrian Schröter 2011-08-19 15:18:18 +02:00
parent 097daf311b
commit c140a1d975

View File

@ -247,7 +247,7 @@ class Serviceinfo:
root = ET.parse(f).getroot()
self.read(root, True)
except urllib2.HTTPError, e:
if e.code != 400:
if e.code != 403:
raise e
self.project = project
self.package = package