Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2009-07-06 22:31:29 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2009-07-06 22:31:29 (GMT)
commita0bf0d11d17422c98595bccbc4f3a15f8409c48b (patch)
tree22fef746f13ebbf9d9e3d5c9e771a81555533d4d
parent4838262bd363d18156424676929ba621d9e8d801 (diff)
fixed typo
-rw-r--r--svg/setxy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/svg/setxy.py b/svg/setxy.py
index fc85156..09ee18e 100644
--- a/svg/setxy.py
+++ b/svg/setxy.py
@@ -121,7 +121,7 @@ def main():
FILE = open(os.path.join("../images", sys.argv[1], mygroup, myname + ".svg"), "w")
FILE.write(data0)
- FILE.write(mystring).encode("utf-8"))
+ FILE.write(mystring1.encode("utf-8"))
FILE.write(data1)
FILE.write(mystring2.encode("utf-8"))
FILE.write(data2)