Alex Monk has uploaded a new change for review.

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

Change subject: Followup I6b0bbb34: Fix pep8 in 
modules/diamond/files/collector/powerdns_recursor.py
......................................................................

Followup I6b0bbb34: Fix pep8 in 
modules/diamond/files/collector/powerdns_recursor.py

So other changes can pass jenkins

Change-Id: Idc925e3af12bf0b73be33c4fe099659679ca0f2f
---
M modules/diamond/files/collector/powerdns_recursor.py
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/59/285659/1

diff --git a/modules/diamond/files/collector/powerdns_recursor.py 
b/modules/diamond/files/collector/powerdns_recursor.py
index 879af70..98a1018 100644
--- a/modules/diamond/files/collector/powerdns_recursor.py
+++ b/modules/diamond/files/collector/powerdns_recursor.py
@@ -18,7 +18,8 @@
 
 class PowerDNSRecursorCollector(diamond.collector.Collector):
     def get_default_config_help(self):
-        config_help = super(PowerDNSRecursorCollector, 
self).get_default_config_help()
+        config_help = super(PowerDNSRecursorCollector, self)
+            .get_default_config_help()
         config_help.update({
             'bin': 'The path to the rec_control binary',
             'use_sudo': 'Use sudo?',

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

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

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

Reply via email to