Chad has uploaded a new change for review.

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

Change subject: Trivial comment fix for pep8
......................................................................

Trivial comment fix for pep8

Change-Id: Ieefa8a3a4e7ed35fdc36f700ad5ae1cfafd50fe6
---
M modules/mw_rc_irc/files/monitor/ircd_stats.py
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/37/263837/1

diff --git a/modules/mw_rc_irc/files/monitor/ircd_stats.py 
b/modules/mw_rc_irc/files/monitor/ircd_stats.py
index f4838a6..8d14716 100644
--- a/modules/mw_rc_irc/files/monitor/ircd_stats.py
+++ b/modules/mw_rc_irc/files/monitor/ircd_stats.py
@@ -32,7 +32,7 @@
         irc = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
         try:
             irc.connect((self.config['server'], int(self.config['port'])))
-            #making ircd happy with # of args
+            # making ircd happy with # of args
             irc.send("USER %s %s %s :%s\n" % (self.config['user'],
                                               self.config['user'],
                                               self.config['user'],

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieefa8a3a4e7ed35fdc36f700ad5ae1cfafd50fe6
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