Merge pull request #2141 from coolo/fix_152

Fix leap 15.2: no problems in a repo wasn't tested :)
This commit is contained in:
Stephan Kulow 2019-07-29 19:10:09 +02:00 committed by GitHub
commit 3d7e928c8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ def parsed_installcheck(pfile, arch, target_packages, whitelist):
if in_problem:
reported_problems[package]['output'].append(filter_release(line[2:]))
return reported_problems
return reported_problems
def installcheck(directories, arch, whitelist, ignore_conflicts):