diff options
| author | fuzzyray <fuzzyray@gentoo.org> | 2007-04-01 06:11:34 +0000 |
|---|---|---|
| committer | fuzzyray <fuzzyray@gentoo.org> | 2007-04-01 06:11:34 +0000 |
| commit | fd1688deb6fa426e43f4b1b137eba42de91d4495 (patch) | |
| tree | f4f119ef8fb50ba6bbd4abcc23841ff7e9d5107d /trunk/src | |
| parent | 9a327677f6984ca6e2ec73846e10549fd81595e2 (diff) | |
| download | gentoolkit-fd1688deb6fa426e43f4b1b137eba42de91d4495.tar.gz | |
Fix syntax error from string module cleanup
svn path=/; revision=383
Diffstat (limited to 'trunk/src')
| -rw-r--r-- | trunk/src/glsa-check/glsa.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"] == "*": |
