[reagent] fix atom_match call in package-dep tool
This commit is contained in:
@@ -173,8 +173,7 @@ def repositories(options):
|
||||
# match
|
||||
idpackages = []
|
||||
for package in atoms:
|
||||
match = Entropy.atom_match(package + etpConst['entropytagprefix'],
|
||||
matchRepo = [repo])
|
||||
match = Entropy.atom_match(package, matchRepo = [repo])
|
||||
if match[1] == repo:
|
||||
idpackages.append(match[0])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user