diff options
Diffstat (limited to 'lib/git/objects/tag.py')
| -rw-r--r-- | lib/git/objects/tag.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/git/objects/tag.py b/lib/git/objects/tag.py index 2e6ec878..702eae35 100644 --- a/lib/git/objects/tag.py +++ b/lib/git/objects/tag.py @@ -32,7 +32,7 @@ class TagObject(base.Object): it into a different format :param tagged_tz_offset: int_seconds_west_of_utc is the timezone that the authored_date is in, in a format similar to time.altzone""" - super(TagObject, self).__init__(repo, sha ) + super(TagObject, self).__init__(repo, binsha ) self._set_self_from_args_(locals()) def _set_cache_(self, attr): |
