mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-24 00:41:48 -05:00
Fix accidental deletions, update docstrings...
... and update migration file for rebase.
This commit is contained in:
@@ -465,7 +465,6 @@ class JobNotificationMixin(object):
|
||||
from awx.main.tasks import send_notifications # avoid circular import
|
||||
if status not in ['running', 'succeeded', 'failed']:
|
||||
raise ValueError(_("status must be either running, succeeded or failed"))
|
||||
|
||||
try:
|
||||
notification_templates = self.get_notification_templates()
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user