Fixed install

This commit is contained in:
Anand Doshi 2014-03-25 19:32:06 +05:30
parent 059b83a2ce
commit 79196a9ef7

View File

@ -19,8 +19,8 @@ def import_charts():
"source_file": fname,
"country": country
}).insert()
print bean.doc.name
print bean.doc.name.encode("utf-8")
else:
print "No chart for: " + chart.get("name")
print "No chart for: " + chart.get("name").encode("utf-8")
frappe.db.commit()