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:
parent
74a550ecd3
commit
0083b8ee66
2 changed files with 3 additions and 4 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue