minor fix

This commit is contained in:
Nabin Hait 2014-05-21 12:36:43 +05:30
parent 27b12ef1b6
commit d811303d7b

View File

@ -36,4 +36,4 @@ def execute():
frappe.db.sql("""UPDATE tabAccount SET root_type=%s WHERE lft>%s and rgt<%s""",
(root.root_type, root.lft, root.rgt))
else:
print "Root type not found for {0}".format(root.name)
print b"Root type not found for {0}".format(root.name.encode("utf-8"))