This commit is contained in:
Mike McLean 2023-04-25 10:49:20 -04:00
parent f58e6ad92b
commit f112e96f97

View file

@ -822,7 +822,8 @@ class RepoManager(object):
if taginfo:
awaited.add(taginfo['id'])
else:
self.logger.debug("Found waitrepo task %i with bad tag arg: %r", task['id'], tag_param)
self.logger.debug("Found waitrepo task %i with bad tag arg: %r",
task['id'], tag_param)
for tag_id, entry in self.needed_tags.items():
if tag_id in awaited: