mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
Error handling when node is missing from mesh for jobs and checks
This commit is contained in:
committed by
Shane McDonald
parent
206c85778e
commit
f34c96ecf5
@@ -36,3 +36,7 @@ class PostRunError(Exception):
|
||||
self.status = status
|
||||
self.tb = tb
|
||||
super(PostRunError, self).__init__(msg)
|
||||
|
||||
|
||||
class ReceptorNodeNotFound(RuntimeError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user