Dzahn has submitted this change and it was merged.
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(-)
Approvals:
jenkins-bot: Verified
Dzahn: Looks good to me, approved
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: merged
Gerrit-Change-Id: I8eed9c25fcd7fd283a977fe9eec526c14c850211
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Dzahn <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits