From a0bf0d11d17422c98595bccbc4f3a15f8409c48b Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Mon, 06 Jul 2009 22:31:29 +0000 Subject: fixed typo --- 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) -- cgit v0.9.1