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