Pārlūkot izejas kodu

[minor] set response in app.py

version-14
Rushabh Mehta pirms 8 gadiem
vecāks
revīzija
687af5ccc4
2 mainītis faili ar 1 papildinājumiem un 3 dzēšanām
  1. +1
    -0
      frappe/app.py
  2. +0
    -3
      frappe/frappeclient.py

+ 1
- 0
frappe/app.py Parādīt failu

@@ -122,6 +122,7 @@ def make_form_dict(request):
frappe.local.form_dict.pop("_")

def handle_exception(e):
response = None
http_status_code = getattr(e, "http_status_code", 500)
return_as_message = False



+ 0
- 3
frappe/frappeclient.py Parādīt failu

@@ -5,9 +5,6 @@ import frappe

'''
FrappeClient is a library that helps you connect with other frappe systems



'''

class AuthError(Exception):


Notiek ielāde…
Atcelt
Saglabāt