Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/262594

Change subject: elasticsearch: lint check_elasticsearch.py
......................................................................

elasticsearch: lint check_elasticsearch.py

E123 closing bracket does not match indentation of opening bracket's
line

Part of migrating to plain pep8 T114887

Change-Id: I7d7b57e88a3e3defff3603b1a62e484fad674407
---
M modules/elasticsearch/files/nagios/check_elasticsearch.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/94/262594/1

diff --git a/modules/elasticsearch/files/nagios/check_elasticsearch.py 
b/modules/elasticsearch/files/nagios/check_elasticsearch.py
index 9035c77..e67ce4d 100755
--- a/modules/elasticsearch/files/nagios/check_elasticsearch.py
+++ b/modules/elasticsearch/files/nagios/check_elasticsearch.py
@@ -43,7 +43,7 @@
         '>': operator.gt,
         '<': operator.lt,
         '==': operator.eq,
-        }
+    }
 
     def __init__(self, threshold):
         self.threshold_string = threshold

-- 
To view, visit https://gerrit.wikimedia.org/r/262594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7d7b57e88a3e3defff3603b1a62e484fad674407
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to