mirror of
https://github.com/openSUSE/osc.git
synced 2025-01-13 01:06:15 +01:00
Add "apiurl" attribute to the Serviceinfo class
Follow-up commit for 8c45eb64ade699ce3d8717f460b3064ca3ab3a58 (just to make sure that the "apiurl" attribute is always part of the Serviceinfo class...)
This commit is contained in:
parent
504a6cf061
commit
6ec62da3cc
@ -258,6 +258,7 @@ class Serviceinfo:
|
|||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""creates an empty serviceinfo instance"""
|
"""creates an empty serviceinfo instance"""
|
||||||
self.services = []
|
self.services = []
|
||||||
|
self.apiurl = None
|
||||||
self.project = None
|
self.project = None
|
||||||
self.package = None
|
self.package = None
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user