Skip to content

Commit

Permalink
Fix traceback in group info -v.
Browse files Browse the repository at this point in the history
  • Loading branch information
james-antill committed Dec 20, 2013
1 parent 48f1ff7 commit 9d4dae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output.py
Original file line number Diff line number Diff line change
Expand Up @@ -1142,7 +1142,7 @@ def displayPkgsInGroups(self, group):
columns = None
if verb:
data = {'envra' : {}, 'rid' : {}}
for (section_name, pkg_names) in sections:
for (section_type, section_name, pkg_names) in sections:
self._calcDataPkgColumns(data, pkg_names, pkg_names2pkgs,
igroup_data=igroup_data)
data = [data['envra'], data['rid']]
Expand Down

0 comments on commit 9d4dae8

Please sign in to comment.