Fixed install
This commit is contained in:
parent
059b83a2ce
commit
79196a9ef7
@ -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()
|
Loading…
x
Reference in New Issue
Block a user