mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Fix a typo
Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
parent
9252c5e623
commit
6c592b6d3a
@ -2074,7 +2074,7 @@ class Britney:
|
||||
key = (binary, parch)
|
||||
# obviously, added/modified packages are affected
|
||||
if key not in affected: affected.append(key)
|
||||
# if the binary already exists (built from another ource)
|
||||
# if the binary already exists (built from another source)
|
||||
if binary in binaries[parch][0]:
|
||||
# save the old binary package
|
||||
undo['binaries'][p] = binaries[parch][0][binary]
|
||||
|
Loading…
x
Reference in New Issue
Block a user