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

Commit3d6e173

Browse files
committed
chore(lint): fix
1 parent82ae723 commit3d6e173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎git/refs/tag.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ def commit(self):
3131
# it is a tag object which carries the commit as an object - we can point to anything
3232
obj=obj.object
3333
else:
34-
raiseValueError(("Cannot resolve commit as tag %s points to a %s object - "
35-
+"use the `.object` property instead to access it")% (self,obj.type))
34+
raiseValueError(("Cannot resolve commit as tag %s points to a %s object - "+
35+
"use the `.object` property instead to access it")% (self,obj.type))
3636
returnobj
3737

3838
@property

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp