Ver código fonte

Add note about error placement.

Jelmer Vernooij 3 anos atrás
pai
commit
b3083cd903
1 arquivos alterados com 5 adições e 0 exclusões
  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