Skip to content

Commit

Permalink
Update acquire/collector.py
Browse files Browse the repository at this point in the history
Co-authored-by: pyrco <[email protected]>
  • Loading branch information
Miauwkeru and pyrco authored Jul 19, 2023
1 parent 412713a commit e4e6219
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 @@ -194,7 +194,7 @@ def __init__(self, target: Target, output: Output, base: str = "fs", skip_list:

self.report = CollectionReport()
self.bound_module_name = None
self.filter: Callable[[fsutil.TargetPath], bool] = None
self.filter = lambda path: True

self.output.init(self.target)

Expand Down

0 comments on commit e4e6219

Please sign in to comment.