projects
/
gentoolkit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a32767
)
Fix syntax error from string module cleanup
author
fuzzyray
<fuzzyray@gentoo.org>
Sun, 1 Apr 2007 06:11:34 +0000
(06:11 -0000)
committer
fuzzyray
<fuzzyray@gentoo.org>
Sun, 1 Apr 2007 06:11:34 +0000
(06:11 -0000)
svn path=/; revision=383
trunk/src/glsa-check/glsa.py
patch
|
blob
|
history
diff --git
a/trunk/src/glsa-check/glsa.py
b/trunk/src/glsa-check/glsa.py
index 4d90240b1a39ab7697d41d2d974e7033a0c5cd89..474f9f2bafc4ec30d3ceaab090e829b6f930d297 100644
(file)
--- 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"] == "*":