diff --git a/src/pypungi/gather.py b/src/pypungi/gather.py index 622f91e3..bfd6f2a1 100755 --- a/src/pypungi/gather.py +++ b/src/pypungi/gather.py @@ -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()