minor fix
This commit is contained in:
parent
27b12ef1b6
commit
d811303d7b
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user