Explorar el Código

[hotfix] local veriable data reference before assignment fixes (#3185)

version-14
Makarand Bauskar hace 8 años
committed by Rushabh Mehta
padre
commit
24c13a9996
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      frappe/handler.py

+ 1
- 0
frappe/handler.py Ver fichero

@@ -15,6 +15,7 @@ from werkzeug.wrappers import Response
def handle():
"""handle request"""
cmd = frappe.local.form_dict.cmd
data = None

if cmd!='login':
data = execute_cmd(cmd)


Cargando…
Cancelar
Guardar