@@ -31,8 +31,8 @@ def commit(self): | |||
| 31 | 31 | # it is a tag object which carries the commit as an object - we can point to anything | |
| 32 | 32 | obj = obj.object | |
| 33 | 33 | 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)) | ||
| 36 | 36 | return obj | |
| 37 | 37 | ||
| 38 | 38 | @property | |
0 commit comments