Skip to content

Commit

Permalink
Worked on script to extract data streams log2timeline#1
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Feb 12, 2024
1 parent bd7be2d commit 36b5904
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dfimagetools/scripts/extract_data_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@ def Main():
'--partitions command line argument.'))
print('')

volume_scanner_options.partitions = [filter_generator.partition]
if filter_generator.partition:
volume_scanner_options.partitions = [filter_generator.partition]

entry_lister = file_entry_lister.FileEntryLister(
mediator=mediator, use_aliases=options.use_aliases)
Expand Down

0 comments on commit 36b5904

Please sign in to comment.