Skip to content

Commit

Permalink
Handle GZIP decompression error in foreman log2timeline#4647
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed May 6, 2023
1 parent cc42564 commit 4424e16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plaso/multi_process/extraction_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ def _ProcessEventSources(self, storage_writer, session_identifier):
self._ProduceExtractionWarning(storage_writer, (
'unable to process path specification with error: '
'{0!s}').format(exception), event_source.path_spec)
event_source = None

for task in self._task_manager.GetFailedTasks():
self._ProduceExtractionWarning(
Expand Down

0 comments on commit 4424e16

Please sign in to comment.