[Secure-testing-commits] r3164 - bin
Florian Weimer
fw at costa.debian.org
Tue Dec 27 13:58:32 UTC 2005
Author: fw
Date: 2005-12-27 13:58:32 +0000 (Tue, 27 Dec 2005)
New Revision: 3164
Modified:
bin/dsa2list
Log:
bin/dsa2list:
Remove whitespace around CVE list.
Modified: bin/dsa2list
===================================================================
--- bin/dsa2list 2005-12-27 10:55:16 UTC (rev 3163)
+++ bin/dsa2list 2005-12-27 13:58:32 UTC (rev 3164)
@@ -108,7 +108,7 @@
cve_names = cve_names.keys()
if cve_names:
cve_names.sort()
- print "\t{ %s }" % (' '.join(cve_names))
+ print "\t{%s}" % (' '.join(cve_names))
for (release, source, version) in package_notes:
print "\t[%s] - %s %s" % (release, source, version)
More information about the Secure-testing-commits
mailing list