Correct the api call to comps.
This commit is contained in:
parent
65c7bdf6de
commit
13d6ed35ee
@ -379,7 +379,7 @@ class Gather(pypungi.PungiBase):
|
|||||||
|
|
||||||
ourcomps = open(ourcompspath, 'w')
|
ourcomps = open(ourcompspath, 'w')
|
||||||
|
|
||||||
ourcomps.write(self.ayum.comps.Comps.xml())
|
ourcomps.write(self.ayum.comps.xml())
|
||||||
|
|
||||||
ourcomps.close()
|
ourcomps.close()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user