Skip to content

Commit

Permalink
Update engine.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz authored Jan 24, 2025
1 parent 4d055ec commit 106c5af
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions plaso/engine/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,9 @@ def BuildArtifactsRegistry(
self._artifacts_registry = registry

def BuildCollectionFilters(
self,
environment_variables,
user_accounts,
artifact_filter_names=None,
filter_file_path=None,
enable_artifacts_map=False):
self, environment_variables, user_accounts,
artifact_filter_names=None, filter_file_path=None,
enable_artifacts_map=False):
"""Builds collection filters from artifacts or filter file if available.
Args:
Expand Down

0 comments on commit 106c5af

Please sign in to comment.