'module' object has no attribute 'get_data'

Traceback (most recent call last):
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/app.py”, line 57, in application
response = frappe.handler.handle()
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/handler.py”, line 22, in handle
data = execute_cmd(cmd)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/handler.py”, line 53, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/init.py”, line 935, in call
return fn(*args, **newargs)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/desk/moduleview.py”, line 14, in get
data = get_data(module)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/desk/moduleview.py”, line 30, in get_data
data = build_config_from_file(module)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/desk/moduleview.py”, line 54, in build_config_from_file
data += get_config(app, module)
File “/Users/cl-macmini-33/frappe-bench/apps/frappe/frappe/desk/moduleview.py”, line 184, in get_config
config = config.get_data()
AttributeError: ‘module’ object has no attribute ‘get_data’

@samroar
When are you facing this issue?

@samroar, did you problem solved?..because i am also getting same problem.