X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=dak%2Fnew_security_install.py;h=55a487499bce737630740778a2bf0afcc2de1380;hb=bd1cf4c84804368e21a9695761f18396c4df3236;hp=3eb19643b0b195db827b7da31f23daaa542719bb;hpb=1fa1f22b70c6ee46aea78ee40b9797a574d7c583;p=dak.git diff --git a/dak/new_security_install.py b/dak/new_security_install.py index 3eb19643..55a48749 100755 --- a/dak/new_security_install.py +++ b/dak/new_security_install.py @@ -152,9 +152,9 @@ def advisory_info(): svs = srcverarches.keys() svs.sort() for sv in svs: - as = srcverarches[sv].keys() - as.sort() - print " %s (%s)" % (sv, ", ".join(as)) + as_ = srcverarches[sv].keys() + as_.sort() + print " %s (%s)" % (sv, ", ".join(as_)) def prompt(opts, default): p = ""