mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
fix python black lint requirements
This commit is contained in:
@@ -432,9 +432,9 @@ def cleanup_images_and_files():
|
|||||||
|
|
||||||
@task(queue=get_local_queuename)
|
@task(queue=get_local_queuename)
|
||||||
def cluster_node_health_check(node):
|
def cluster_node_health_check(node):
|
||||||
'''
|
"""
|
||||||
Used for the health check endpoint, refreshes the status of the instance, but must be ran on target node
|
Used for the health check endpoint, refreshes the status of the instance, but must be ran on target node
|
||||||
'''
|
"""
|
||||||
if node == '':
|
if node == '':
|
||||||
logger.warn('Local health check incorrectly called with blank string')
|
logger.warn('Local health check incorrectly called with blank string')
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user