repo_checker: project_only: hook up --post-comments flag.

The code is all there, but in the rework missed wiring it up.
This commit is contained in:
Jimmy Berry 2018-08-21 21:48:50 -05:00
parent fa39e68d50
commit 730ea38464

View File

@ -64,7 +64,7 @@ class RepoChecker(ReviewBot.ReviewBot):
repository_pairs = repository_path_expand(self.apiurl, project, repository)
state_hash = self.repository_state(repository_pairs)
self.repository_check(repository_pairs, state_hash, False)
self.repository_check(repository_pairs, state_hash, False, post_comments)
def package_comments(self, project):
self.logger.info('{} package comments'.format(len(self.package_results)))