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 702bdf1 commit 7ca97dcCopy full SHA for 7ca97dc
git/repo/base.py
@@ -406,7 +406,7 @@ def tag(self, path: PathLike) -> TagReference:
406
return TagReference(self, full_path)
407
408
@staticmethod
409
- def _to_full_tag_path(path: PathLike):
+ def _to_full_tag_path(path):
410
if path.startswith(TagReference._common_path_default + '/'):
411
return path
412
if path.startswith(TagReference._common_default + '/'):
0 commit comments