diff --git a/awx/main/tasks.py b/awx/main/tasks.py index 3e5c5909f3..7534bb1031 100644 --- a/awx/main/tasks.py +++ b/awx/main/tasks.py @@ -432,9 +432,9 @@ def cleanup_images_and_files(): @task(queue=get_local_queuename) 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 - ''' + """ if node == '': logger.warn('Local health check incorrectly called with blank string') return