Merge "Fix wrong data in jsonfile generated by osrf writer"

This commit is contained in:
Zuul 2017-11-24 03:38:49 +00:00 committed by Gerrit Code Review
commit 7b6dd915a6
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ class BaseReportWriter(object):
def append(self, data, start, end):
# FIXME we should use the real time values
if self.usage_end is not None and start >= self.usage_end:
self._commit()
self.usage_start = None
if self.usage_start is None: