зеркало из https://github.com/mozilla/bugbot.git
Added additional logic to prevent logging error when no triage owner found for `Firefox::Untriaged` (#2409)
This commit is contained in:
Родитель
4fde3bf3c9
Коммит
67eaf1db7d
|
@ -148,7 +148,7 @@ class RoundRobin(object):
|
|||
if utils.is_no_assignee(mail):
|
||||
mail, nick = None, None
|
||||
|
||||
if mail is None:
|
||||
if mail is None and pc != "Firefox::Untriaged":
|
||||
logger.error("No triage owner for {}".format(pc))
|
||||
|
||||
self.add_component_for_triager(pc, mail)
|
||||
|
|
Загрузка…
Ссылка в новой задаче