Skip to content

Commit

Permalink
Merge pull request #517 from fomars/develop
Browse files Browse the repository at this point in the history
fix collect data
  • Loading branch information
fomars committed Feb 26, 2018
2 parents 737b13f + 28300af commit 058a71f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yandextank/aggregator/tank_aggregator.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def start_test(self):
else:
logger.warning("Generator not found. Generator must provide a reader and a stats_reader interface")

def _collect_data(self, end=True):
def _collect_data(self, end=False):
"""
Collect data, cache it and send to listeners
"""
Expand Down

0 comments on commit 058a71f

Please sign in to comment.