[entropy.client.sets] fix typo in Sets.match(), don't quit the loop before having analyzed all the repos

This commit is contained in:
Fabio Erculiani
2011-09-07 14:48:17 +02:00
parent a429a32668
commit e38de9e06f

View File

@@ -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