Sfoglia il codice sorgente

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

version-14
Makarand Bauskar 8 anni fa
committed by Rushabh Mehta
parent
commit
24c13a9996
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      frappe/handler.py

+ 1
- 0
frappe/handler.py Vedi File

@@ -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)


Caricamento…
Annulla
Salva