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:
parent
097daf311b
commit
c140a1d975
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user