fixes #175
This commit is contained in:
parent
d55096bb7c
commit
971d4b8b74
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class BuildReport:
|
||||||
comment = section_title('clang-format', success, present)
|
comment = section_title('clang-format', success, present)
|
||||||
if not success:
|
if not success:
|
||||||
comment += 'Please format your changes with clang-format by running `git-clang-format HEAD^` or applying ' \
|
comment += 'Please format your changes with clang-format by running `git-clang-format HEAD^` or applying ' \
|
||||||
'this <a href="{}">patch</a>.'.format(self.clang_format_patch)
|
'this <a href="{}">patch</a>.'.format(os.path.basename(self.clang_format_patch))
|
||||||
self.comments.append(comment)
|
self.comments.append(comment)
|
||||||
self.success = success and self.success
|
self.success = success and self.success
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue