Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7ca97dc

Browse files
committed
Removes PathLike type requirement for full_tag creation
1 parent702bdf1 commit7ca97dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎git/repo/base.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def tag(self, path: PathLike) -> TagReference:
406406
returnTagReference(self,full_path)
407407

408408
@staticmethod
409-
def_to_full_tag_path(path:PathLike):
409+
def_to_full_tag_path(path):
410410
ifpath.startswith(TagReference._common_path_default+'/'):
411411
returnpath
412412
ifpath.startswith(TagReference._common_default+'/'):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2026 Movatter.jp