Skip to content
Snippets Groups Projects
Commit b155bf98 authored by Christian Gumpert's avatar Christian Gumpert Committed by Graeme Stewart
Browse files

fix logic bug

parent 012ea937
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ def map_package_domain(pkg):
for pattern in pattern_list:
if re.search(pattern,pkg,re.I):
domains.add(domain)
continue
break
return domains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment