mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-16 04:51:32 +00:00
Fixed some weird indentations
This commit is contained in:
parent
22a9427c21
commit
0537a47589
@ -2596,7 +2596,7 @@ class Britney:
|
|||||||
for e in excuses:
|
for e in excuses:
|
||||||
excuse = excuses[e]
|
excuse = excuses[e]
|
||||||
if e in self.sources['testing'] and self.sources['testing'][e][VERSION] == excuse.ver[1]:
|
if e in self.sources['testing'] and self.sources['testing'][e][VERSION] == excuse.ver[1]:
|
||||||
continue
|
continue
|
||||||
if len(excuse.deps) > 0:
|
if len(excuse.deps) > 0:
|
||||||
hint = find_related(e, {}, True)
|
hint = find_related(e, {}, True)
|
||||||
if isinstance(hint, dict) and e in hint and hint not in candidates:
|
if isinstance(hint, dict) and e in hint and hint not in candidates:
|
||||||
@ -2654,9 +2654,9 @@ class Britney:
|
|||||||
pkg, arch = i.split("/")
|
pkg, arch = i.split("/")
|
||||||
pkg = pkg[1:]
|
pkg = pkg[1:]
|
||||||
if pkg in libraries:
|
if pkg in libraries:
|
||||||
libraries[pkg].append(arch)
|
libraries[pkg].append(arch)
|
||||||
else:
|
else:
|
||||||
libraries[pkg] = [arch]
|
libraries[pkg] = [arch]
|
||||||
return "\n".join([" " + k + ": " + " ".join(libraries[k]) for k in libraries]) + "\n"
|
return "\n".join([" " + k + ": " + " ".join(libraries[k]) for k in libraries]) + "\n"
|
||||||
|
|
||||||
def nuninst_arch_report(self, nuninst, arch):
|
def nuninst_arch_report(self, nuninst, arch):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user