Searched refs:ts_file (Results 1 – 2 of 2) sorted by relevance
245 def _append_to_aggregated_file(self, ts_file, ag_file): argument251 next(ts_file) # Skip fist line (the header) of timestamped file.252 for line in ts_file:
199 def _append_to_aggregated_file(self, ts_file, ag_file): argument205 next(ts_file) # Skip fist line (the header) of timestamped file.206 for line in ts_file: