Tree of accounts error after latest pull

Error after latest pull on tree of accounts…tree of accounts not expanding.

Traceback (most recent call last):
File “/home/erpdev/frappe-bench/apps/frappe/frappe/app.py”, line 62, in application
response = frappe.handler.handle()
File “/home/erpdev/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/home/erpdev/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/home/erpdev/frappe-bench/apps/frappe/frappe/init.py”, line 935, in call
TypeError: get_all_nodes() takes exactly 3 arguments (2 given)

Thanks

Is this error still coming up ? Is it production or developers version you on ?

on developer brach,
It has been resolved after latest pull…

Thanks