Dzahn has uploaded a new change for review.
https://gerrit.wikimedia.org/r/206329
Change subject: Revert "Make ircecho deduplicate statuses on all lines in
buffer"
......................................................................
Revert "Make ircecho deduplicate statuses on all lines in buffer"
This reverts commit f7d347cbbb7e7c9c1ecfc8e1aeda8a29c35d076c.
Change-Id: Ieee24ccd4d661d42333ab840ad5a7bffc03c9ebe
---
M modules/ircecho/files/ircecho
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/operations/puppet
refs/changes/29/206329/1
diff --git a/modules/ircecho/files/ircecho b/modules/ircecho/files/ircecho
index 051a981..523a072 100755
--- a/modules/ircecho/files/ircecho
+++ b/modules/ircecho/files/ircecho
@@ -140,7 +140,7 @@
class EventHandler(pyinotify.ProcessEvent):
def process_IN_MODIFY(self, event):
s = reader.readfile(event.pathname)
- s = '\n'.join(beautify_message(m) for m in s.split('\n') if m)
+ s = beautify_message(s)
if s:
chans = reader.getchannels(event.pathname)
try:
--
To view, visit https://gerrit.wikimedia.org/r/206329
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ieee24ccd4d661d42333ab840ad5a7bffc03c9ebe
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Dzahn <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits