mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-13 04:11:07 +00:00
Fixed a (stupid) typo.
This commit is contained in:
parent
e8f90413a1
commit
5183a97046
@ -1425,7 +1425,7 @@ class Britney:
|
||||
if k in self.sources['testing']:
|
||||
for p in self.sources['testing'][k]['binaries']:
|
||||
binary, arch = p.split("/")
|
||||
del self.binaries['testing'][arch][0][p]
|
||||
del self.binaries['testing'][arch][0][binary]
|
||||
del self.sources['testing'][k]
|
||||
self.sources['testing'][k] = undo['sources'][k]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user