이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
anoopmb
/
frappe
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
Proper reraise of NameError
version-14
Anand Doshi
11 년 전
부모
b605bbb624
커밋
f26f43dc3c
1개의 변경된 파일
과
1개의 추가작업
그리고
1개의 파일을 삭제
통합 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frappe/model/base_document.py
+ 1
- 1
frappe/model/base_document.py
파일 보기
@@ -182,7 +182,7 @@ class BaseDocument(object):
), d.values())
), d.values())
except Exception, e:
except Exception, e:
if e.args[0]==1062:
if e.args[0]==1062:
raise NameError
raise NameError
, e
else:
else:
raise
raise
쓰기
미리보기
불러오는 중...
취소
저장