소스 검색

Add note about error placement.

Jelmer Vernooij 3 년 전
부모
커밋
b3083cd903
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      dulwich/errors.py

+ 5 - 0
dulwich/errors.py

@@ -21,6 +21,11 @@
 
 """Dulwich-related exception classes and utility functions."""
 
+
+# Please do not add more errors here, but instead add them close to the code
+# that raises the error.
+
+
 import binascii