when I click on the create dta button , I am getting the below error displayed
Traceback (most recent call last):
File "/home/ommi/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 30, in execute_cmd
method = get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 114, in get_attr
method = frappe.get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 856, in get_attr
return getattr(get_module(modulename), methodname)
AttributeError: 'module' object has no attribute 'make_dta'
Traceback (most recent call last):
File "/home/ommi/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 30, in execute_cmd
method = get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 114, in get_attr
method = frappe.get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 856, in get_attr
return getattr(get_module(modulename), methodname)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 643, in get_module
return importlib.import_module(modulename)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/home/ommi/frappe-bench/apps/vave/vave/vave/doctype/dta/dta.py", line 16
doclist = get_mapped_doc("dta", source_name, {
^
IndentationError: expected an indented block
Nope again I am getting a syntax error , please help .
Traceback (most recent call last):
File "/home/ommi/frappe-bench/apps/frappe/frappe/app.py", line 55, in application
response = frappe.handler.handle()
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 19, in handle
execute_cmd(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 30, in execute_cmd
method = get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/handler.py", line 114, in get_attr
method = frappe.get_attr(cmd)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 856, in get_attr
return getattr(get_module(modulename), methodname)
File "/home/ommi/frappe-bench/apps/frappe/frappe/__init__.py", line 643, in get_module
return importlib.import_module(modulename)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
File "/home/ommi/frappe-bench/apps/vave/vave/vave/doctype/dta/dta.py", line 20
return doclist
^
SyntaxError: invalid syntax