From 3df6aa340568978d8ac872165d42a2d54d2b5c06 Mon Sep 17 00:00:00 2001 From: Mario D <8285243+mari0d@users.noreply.github.com> Date: Wed, 17 Jul 2024 17:10:13 +0800 Subject: [PATCH] Remove duplicative flush() call to address issue 2796. (#3115) Co-authored-by: Mario De Tore Co-authored-by: Janosch <99879757+jkppr@users.noreply.github.com> --- importer_client/python/tools/timesketch_importer.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/importer_client/python/tools/timesketch_importer.py b/importer_client/python/tools/timesketch_importer.py index a465211256..f7d51e9c89 100644 --- a/importer_client/python/tools/timesketch_importer.py +++ b/importer_client/python/tools/timesketch_importer.py @@ -140,9 +140,6 @@ def upload_file( streamer.add_file(file_path) - # Force a flush. - streamer.flush() - timeline = streamer.timeline task_id = streamer.celery_task_id