Fix multilib blacklist/whitelist when no multilib_method is set.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Daniel Mach 2016-06-20 10:12:39 -04:00 committed by Lubomír Sedlář
parent 22a6291c8a
commit fdda8fe491
1 changed files with 0 additions and 3 deletions

View File

@ -664,9 +664,6 @@ class Gather(GatherBase):
def add_multilib_packages(self):
added = set()
if not self.opts.multilib_methods or self.opts.multilib_methods == ["none"]:
return added
for pkg in sorted(self.result_binary_packages):
try:
self.finished_add_multilib_packages[pkg]