Expanded PR #2416 Fixes: https://pagure.io/koji/issue/2414
Metadata Update from @tkopecek: - Pull-request tagged with: testing-ready
:thumbsup:
self.logger.debug("Tag %s got lost while waiting for newrepo" % tag)
A minor thing, but we should avoid % expansion in logger calls. The call will do the expansion for you if you just pass the parameters as arguments.
%
For that matter, the log message seems redundant as the following error will also show in the logs.
An even more minor thing, but the extra space in the except clause is distracting :wink:
except
rebased onto fac7bec1c81190431ef6f955a2e175b009094e38
Metadata Update from @jcupova: - Pull-request tagged with: testing-done
1 new commit added
kojira: parallelize rmtree
2 new commits added
kojid: more meaningful error message
kojid: waitrepo on deleted tag
pretty please pagure-ci rebuild
Commit ace354a1 fixes this pull-request
Pull-Request has been merged by tkopecek
Expanded PR #2416
Fixes: https://pagure.io/koji/issue/2414