Skip to content

Commit 3d6e173

Browse files
committed
chore(lint): fix
1 parent 82ae723 commit 3d6e173

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-
raise ValueError(("Cannot resolve commit as tag %s points to a %s object - "
35-
+ "use the `.object` property instead to access it") % (self, obj.type))
34+
raise ValueError(("Cannot resolve commit as tag %s points to a %s object - " +
35+
"use the `.object` property instead to access it") % (self, obj.type))
3636
return obj
3737

3838
@property

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy