Correct the api call to comps.
This commit is contained in:
parent
65c7bdf6de
commit
13d6ed35ee
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ class Gather(pypungi.PungiBase):
|
|||
|
||||
ourcomps = open(ourcompspath, 'w')
|
||||
|
||||
ourcomps.write(self.ayum.comps.Comps.xml())
|
||||
ourcomps.write(self.ayum.comps.xml())
|
||||
|
||||
ourcomps.close()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue