RepoWatcher: always request for non-anon case

This commit is contained in:
Mike McLean 2025-01-02 17:02:05 -05:00 committed by Tomas Kopecek
parent 68c865efaa
commit 88c18bad27

View file

@ -227,9 +227,8 @@ class RepoWatcher(object):
# we should have waited for builds before creating the request
# this could indicate further tagging/untagging, or a bug
self.logger.error('Repo request did not satisfy conditions')
else:
elif anon:
# check for repo directly
# either first pass or anon mode
repoinfo = self.session.repo.get(self.taginfo['id'], min_event=min_event,
at_event=self.at_event, opts=self.opts)
if repoinfo and self.check_repo(repoinfo):