Jelmer Vernooij 16 rokov pred
rodič
commit
3163785f59
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      dulwich/index.py

+ 1 - 1
dulwich/index.py

@@ -258,4 +258,4 @@ def commit_tree(object_store, blobs):
 
 
 def commit_index(object_store, index):
-    return commit_tree(object_store, index.blobs())
+    return commit_tree(object_store, index.iterblobs())