Update the versions available on bugzilla for the rpms and the containers

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-08-20 12:57:43 +02:00
parent 74a550ecd3
commit 0083b8ee66
2 changed files with 3 additions and 4 deletions

View file

@ -1164,7 +1164,7 @@ class DistgitBugzillaSync:
# Do not send the email in dryrun or when the error only relates to
# configuration (which will always happen for flatpaks and tests)
if not self.env["dryrun"] and list(self.errors.keys()) != ["configuration"]:
if not self.env["dryrun"] and tuple(self.errors) != ("configuration",):
self.send_email(
self.env["email"]["from"],
self.env["email"]["notify_admins"],