Fix syntax error from string module cleanup
authorfuzzyray <fuzzyray@gentoo.org>
Sun, 1 Apr 2007 06:11:34 +0000 (06:11 -0000)
committerfuzzyray <fuzzyray@gentoo.org>
Sun, 1 Apr 2007 06:11:34 +0000 (06:11 -0000)
svn path=/; revision=383

trunk/src/glsa-check/glsa.py

index 4d90240b1a39ab7697d41d2d974e7033a0c5cd89..474f9f2bafc4ec30d3ceaab090e829b6f930d297 100644 (file)
@@ -524,7 +524,7 @@ class Glsa:
                                pkg = self.packages[k]
                                for path in pkg:
                                        vul_vers = "".join(path["vul_vers"])
-                                       unaff_vers = "".join(join(path["unaff_vers"])
+                                       unaff_vers = "".join(path["unaff_vers"])
                                        outstream.write("Affected package:  %s\n" % k)
                                        outstream.write("Affected archs:    ")
                                        if path["arch"] == "*":