Chad has uploaded a new change for review.

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

Change subject: apache_status.py: two minor comment fixes for pep8
......................................................................

apache_status.py: two minor comment fixes for pep8

Change-Id: I8eed9c25fcd7fd283a977fe9eec526c14c850211
---
M modules/apache/files/apache_status.py
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/86/264986/1

diff --git a/modules/apache/files/apache_status.py 
b/modules/apache/files/apache_status.py
index 3d0e6fb..48c0edb 100755
--- a/modules/apache/files/apache_status.py
+++ b/modules/apache/files/apache_status.py
@@ -18,7 +18,7 @@
 LAST_METRICS = copy.deepcopy(METRICS)
 METRICS_CACHE_MAX = 5
 
-#Metric prefix
+# Metric prefix
 NAME_PREFIX = "ap_"
 SSL_NAME_PREFIX = "apssl_"
 
@@ -144,7 +144,7 @@
                     if regMatch:
                         linebits = regMatch.groupdict()
                         for key in linebits:
-                            #print SSL_NAME_PREFIX + key + "=" + linebits[key]
+                            # print SSL_NAME_PREFIX + key + "=" + linebits[key]
                             metrics[SSL_NAME_PREFIX + key] = linebits[key]
 
             except urllib2.URLError:

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

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

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

Reply via email to