[ARVADOS] updated: a875cf4ff32ed95fb7b3780bce50294afe69c68f
git at public.curoverse.com
git at public.curoverse.com
Sun Feb 7 17:38:32 EST 2016
Summary of changes:
tools/crunchstat-summary/crunchstat_summary/summarizer.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via a875cf4ff32ed95fb7b3780bce50294afe69c68f (commit)
from 97369f522bfc9018b201f5988cd187af324c6544 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a875cf4ff32ed95fb7b3780bce50294afe69c68f
Author: Tom Clegg <tom at curoverse.com>
Date: Sun Feb 7 17:38:29 2016 -0500
8341: Add missing \n
diff --git a/tools/crunchstat-summary/crunchstat_summary/summarizer.py b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
index 25562e8..6ff68d8 100644
--- a/tools/crunchstat-summary/crunchstat_summary/summarizer.py
+++ b/tools/crunchstat-summary/crunchstat_summary/summarizer.py
@@ -378,7 +378,7 @@ class LiveLogReader(object):
for line in i['properties']['text'].split('\n'):
self._buffer.append(line)
self._last_id = i['id']
- return self._buffer.popleft()
+ return self._buffer.popleft() + '\n'
class CollectionSummarizer(Summarizer):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list