mirror of
https://github.com/ansible/awx.git
synced 2026-03-11 06:29:31 -02:30
flake8 fixup
This commit is contained in:
@@ -146,6 +146,7 @@ activity_stream_registrar.connect(WorkflowJob)
|
|||||||
# prevent API filtering on certain Django-supplied sensitive fields
|
# prevent API filtering on certain Django-supplied sensitive fields
|
||||||
prevent_search(User._meta.get_field('password'))
|
prevent_search(User._meta.get_field('password'))
|
||||||
|
|
||||||
|
|
||||||
# Always, always, always defer result_stdout_text for polymorphic UnifiedJob rows
|
# Always, always, always defer result_stdout_text for polymorphic UnifiedJob rows
|
||||||
# TODO: remove this defer in 3.3 when we implement https://github.com/ansible/ansible-tower/issues/5436
|
# TODO: remove this defer in 3.3 when we implement https://github.com/ansible/ansible-tower/issues/5436
|
||||||
def defer_stdout(f):
|
def defer_stdout(f):
|
||||||
|
|||||||
Reference in New Issue
Block a user