mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-06-09 00:31:32 +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']:
|
if k in self.sources['testing']:
|
||||||
for p in self.sources['testing'][k]['binaries']:
|
for p in self.sources['testing'][k]['binaries']:
|
||||||
binary, arch = p.split("/")
|
binary, arch = p.split("/")
|
||||||
del self.binaries['testing'][arch][0][p]
|
del self.binaries['testing'][arch][0][binary]
|
||||||
del self.sources['testing'][k]
|
del self.sources['testing'][k]
|
||||||
self.sources['testing'][k] = undo['sources'][k]
|
self.sources['testing'][k] = undo['sources'][k]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user