mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-12 03:41:08 +00:00
Fix typo in variable name
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
a62534e8d0
commit
aa882fd805
@ -1852,7 +1852,7 @@ class Britney(object):
|
||||
# migrated earlier in the hint. walk the list to make
|
||||
# sure that at least one of the entries is still
|
||||
# valid
|
||||
rdeps = [x for x in rdeps if x not in [y.split("/")[0] for y in bins]]
|
||||
rrdeps = [x for x in rdeps if x not in [y.split("/")[0] for y in bins]]
|
||||
if len(rrdeps) > 0:
|
||||
for dep in rrdeps:
|
||||
if dep in binaries[parch][0]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user