Skip to content

Commit

Permalink
refactor: remove flush log
Browse files Browse the repository at this point in the history
  • Loading branch information
furkan-bilgin committed Oct 15, 2024
1 parent 1923e25 commit 99bcd3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/daq/jobs/store/csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def store_loop(self):
continue

# Flush if the flush time is up
if self._flush(file):
self._logger.debug(f"Flushed '{file.file.name}' ({row_size} rows)")
self._flush(file)

for file_path in files_to_delete:
del self._open_csv_files[file_path]

Expand Down

0 comments on commit 99bcd3d

Please sign in to comment.