瀏覽代碼

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

version-14
Makarand Bauskar 8 年之前
committed by Rushabh Mehta
父節點
當前提交
24c13a9996
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      frappe/handler.py

+ 1
- 0
frappe/handler.py 查看文件

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


Loading…
取消
儲存