Making LEMUR_DEFAULT_SECURITY_EMAIL optional
This commit is contained in:
@ -178,6 +178,9 @@ def create_default_expiration_notifications(name, recipients):
|
||||
:param name:
|
||||
:return:
|
||||
"""
|
||||
if not recipients:
|
||||
return []
|
||||
|
||||
options = [
|
||||
{
|
||||
'name': 'unit',
|
||||
|
Reference in New Issue
Block a user