2
0
Эх сурвалжийг харах

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

Jelmer Vernooij 16 жил өмнө
parent
commit
7cc6f6aca5

+ 0 - 1
dulwich/objects.py

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