Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/svg/setxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'svg/setxy.py')
-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)