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 fb14533 commit eb08a3dCopy full SHA for eb08a3d
git/objects/tag.py
@@ -52,8 +52,8 @@ def _set_cache_(self, attr):
52
ostream = self.repo.odb.stream(self.binsha)
53
lines = ostream.read().decode(defenc).splitlines()
54
55
- _obj, hexsha = lines[0].split(" ")
56
- _type_token, type_name = lines[1].split(" ")
+ _obj, hexsha = lines[0].split(" ")
+ _type_token, type_name = lines[1].split(" ")
57
self.object = \
58
get_object_type_by_name(type_name.encode('ascii'))(self.repo, hex_to_bin(hexsha))
59
0 commit comments