Call object variable directly
This commit is contained in:
parent
9fc4b73550
commit
2aad144643
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ class Gather(yum.YumBase):
|
|||
if not self.opts.quiet:
|
||||
self.logger.info('Checking deps of %s' % po.name)
|
||||
|
||||
reqs = po.returnPrco('requires');
|
||||
reqs = po.requires;
|
||||
reqs.sort()
|
||||
pkgresults = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue