Alexandros Kosiaris has submitted this change and it was merged.

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(-)

Approvals:
  Alexandros Kosiaris: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: Ieefa8a3a4e7ed35fdc36f700ad5ae1cfafd50fe6
Gerrit-PatchSet: 2
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Chad <[email protected]>
Gerrit-Reviewer: Alexandros Kosiaris <[email protected]>
Gerrit-Reviewer: Chad <[email protected]>
Gerrit-Reviewer: Filippo Giunchedi <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to