mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 04:29:21 -02:30
fix spelling
This commit is contained in:
@@ -74,7 +74,7 @@ class task:
|
||||
getattr(cls.queue, 'im_func', cls.queue)
|
||||
)
|
||||
if not queue:
|
||||
msg = f'{cls.name}: Queue value required and may not me None'
|
||||
msg = f'{cls.name}: Queue value required and may not be None'
|
||||
logger.error(msg)
|
||||
raise ValueError(msg)
|
||||
obj = {
|
||||
|
||||
Reference in New Issue
Block a user