From: fuzzyray Date: Sun, 1 Apr 2007 06:11:34 +0000 (-0000) Subject: Fix syntax error from string module cleanup X-Git-Tag: gentoolkit-0.2.4.3~130 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fd1688deb6fa426e43f4b1b137eba42de91d4495;p=gentoolkit.git Fix syntax error from string module cleanup svn path=/; revision=383 --- diff --git a/trunk/src/glsa-check/glsa.py b/trunk/src/glsa-check/glsa.py index 4d90240..474f9f2 100644 --- a/trunk/src/glsa-check/glsa.py +++ b/trunk/src/glsa-check/glsa.py @@ -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"] == "*":