mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 01:07:19 +00:00
minor fix
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user