mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-06 21:28:42 +02: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:
@@ -258,6 +258,7 @@ class Serviceinfo:
|
||||
def __init__(self):
|
||||
"""creates an empty serviceinfo instance"""
|
||||
self.services = []
|
||||
self.apiurl = None
|
||||
self.project = None
|
||||
self.package = None
|
||||
|
||||
|
Reference in New Issue
Block a user