mirror of
https://github.com/openSUSE/osc.git
synced 2024-12-25 17:36:13 +01:00
- fix crash on project only service files
This commit is contained in:
parent
13633ab0e7
commit
5f5ae8e22d
@ -219,7 +219,7 @@ class Serviceinfo:
|
||||
"""
|
||||
if serviceinfo_node == None:
|
||||
return
|
||||
if not append:
|
||||
if not append or self.services == None:
|
||||
self.services = []
|
||||
services = serviceinfo_node.findall('service')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user