Skip to content

Commit

Permalink
Merge branch 'main' into feature/anti_virus_paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamper authored Aug 15, 2023
2 parents 6276633 + c3f22b7 commit 780daac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acquire/collector.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,9 @@ def collect_file(
return

outpath = self._create_output_path(outpath or path, base)
entry = path.get()

try:
entry = path.get()
if volatile:
self.output.write_volatile(outpath, entry, size)
else:
Expand Down

0 comments on commit 780daac

Please sign in to comment.