このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
anoopmb
/
frappe
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
[minor] set response in app.py
version-14
Rushabh Mehta
8年前
親
bb88f30aea
コミット
687af5ccc4
2個のファイルの変更
、
1行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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):
書き込み
プレビュー
読み込み中…
キャンセル
保存