Explorar o código

Actually parse lazily (forgot to remove the call earlier).

Jelmer Vernooij %!s(int64=16) %!d(string=hai) anos
pai
achega
f9d8399721
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      dulwich/objects.py

+ 0 - 1
dulwich/objects.py

@@ -120,7 +120,6 @@ class ShaFile(object):
         self._text = text
         self._needs_parsing = True
         self._needs_serialization = False
-        self._parse_text()
   
     @classmethod
     def _parse_object(cls, map):