Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7081db7 commit 05e9a6fCopy full SHA for 05e9a6f
git/index/base.py
@@ -158,7 +158,7 @@ def _delete_entries_cache(self):
158
159
def _deserialize(self, stream):
160
"""Initialize this instance with index values read from the given stream"""
161
- self.version, self.entries, self._extension_data, _conten_sha = read_cache(stream)
+ self.version, self.entries, self._extension_data, _conten_sha = read_cache(stream)
162
return self
163
164
def _entries_sorted(self):
0 commit comments