이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
frappe
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
[minor] set response in app.py
version-14
Rushabh Mehta
8 년 전
부모
bb88f30aea
커밋
687af5ccc4
2개의 변경된 파일
과
1개의 추가작업
그리고
3개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frappe/app.py
+0
-3
frappe/frappeclient.py
+ 1
- 0
frappe/app.py
파일 보기
@@ -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
파일 보기
@@ -5,9 +5,6 @@ import frappe
'''
FrappeClient is a library that helps you connect with other frappe systems
'''
class AuthError(Exception):
쓰기
미리보기
불러오는 중...
취소
저장