This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[hotfix] local veriable data reference before assignment fixes (
#3185
)
version-14
Makarand Bauskar
8 years ago
committed by
Rushabh Mehta
parent
ae8aa76246
commit
24c13a9996
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/handler.py
+ 1
- 0
frappe/handler.py
View 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)
Write
Preview
Loading…
Cancel
Save