repo_checker: project_only(): correct not published check.
Incorrectly changed in 456a7c8.
This commit is contained in:
parent
d074c5b0ce
commit
b2e4e5b3b6
@ -52,7 +52,7 @@ class RepoChecker(ReviewBot.ReviewBot):
|
||||
# self.staging_config needed by target_archs().
|
||||
api = self.staging_api(project)
|
||||
|
||||
if not self.force and self.repository_published(project):
|
||||
if not self.force and not self.repository_published(project):
|
||||
self.logger.info('{}/standard not published'.format(project))
|
||||
return
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user