[entropy.client.sets] fix typo in Sets.match(), don't quit the loop before having analyzed all the repos
This commit is contained in:
@@ -189,8 +189,8 @@ class Sets:
|
||||
mydata = dbconn.retrievePackageSet(package_set)
|
||||
if mydata:
|
||||
set_data.append((repoid, package_set, mydata,))
|
||||
if not multi_match:
|
||||
break
|
||||
if not multi_match:
|
||||
break
|
||||
|
||||
break
|
||||
|
||||
|
||||
Reference in New Issue
Block a user