Jelmer Vernooij 16 лет назад
Родитель
Сommit
a5d0b8f18b
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      dulwich/objects.py

+ 1 - 0
dulwich/objects.py

@@ -211,6 +211,7 @@ class Tag(ShaFile):
     """A Git Tag object."""
 
     _type = TAG_ID
+    _num_type = 4
 
     @classmethod
     def from_file(cls, filename):