Simplify the logic used when updating the qacontact
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
b002898f2b
commit
76e74fb6a4
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ class BugzillaProxy:
|
|||
|
||||
if description and product[pkgKey]['description'] != description:
|
||||
data['description'] = description
|
||||
if product[pkgKey]['initialqacontact'] != qacontact and (
|
||||
qacontact or product[pkgKey]['initialqacontact']):
|
||||
|
||||
if qacontact and product[pkgKey]['initialqacontact'] != qacontact:
|
||||
data['initialqacontact'] = qacontact
|
||||
|
||||
if len(product[pkgKey]['initialcclist']) != len(initialCCList):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue