[SOLVED] File Export Error

I did a bench update on a local install of ERPNext and it went through but threw up some Socket Errors. Not sure if the following problem is because of that, but when I try to export any report (and I have privileges to export, I get the following error:

TypeError: execute() got an unexpected keyword argument ‘save_list_settings_fields’

Traceback (most recent call last):
File “/home/proman/frappe-bench/apps/frappe/frappe/app.py”, line 55, in application
response = frappe.handler.handle()
File “/home/proman/frappe-bench/apps/frappe/frappe/handler.py”, line 19, in handle
execute_cmd(cmd)
File “/home/proman/frappe-bench/apps/frappe/frappe/handler.py”, line 36, in execute_cmd
ret = frappe.call(method, **frappe.form_dict)
File “/home/proman/frappe-bench/apps/frappe/frappe/init.py”, line 854, in call
return fn(*args, **newargs)
File “/home/proman/frappe-bench/apps/frappe/frappe/desk/reportview.py”, line 107, in export_query
ret = db_query.execute(**form_params)
TypeError: execute() got an unexpected keyword argument ‘save_list_settings_fields’

Did another bench update and it went through. No problems. Thanks for your attention.