mirror of
https://github.com/openSUSE/osc.git
synced 2025-08-05 07:03:38 +02:00
- make osc working with OBS 2.1 again
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user