mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 15:28:05 -02:30
Raise specific exception if migration in progress
This commit is contained in:
@@ -96,3 +96,8 @@ class WaitUntilTimeout(Common):
|
||||
class UnexpectedAWXState(Common):
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class IsMigrating(Common):
|
||||
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user