Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1172)

Unified Diff: plaso/cli/psteal_tool.py

Issue 150170043: [plaso] Made preprocessing artifact driven #155 (Closed)
Patch Set: Changes after review Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: plaso/cli/psteal_tool.py
diff --git a/plaso/cli/psteal_tool.py b/plaso/cli/psteal_tool.py
index 698cd267a74338b7a2047779cc33ba4a46d1a3b6..a4907fcc9f11e9a09a88e4355a956b82143dd7f6 100644
--- a/plaso/cli/psteal_tool.py
+++ b/plaso/cli/psteal_tool.py
@@ -110,6 +110,7 @@ class PstealTool(
super(PstealTool, self).__init__(
input_reader=input_reader, output_writer=output_writer)
self._analysis_plugins = None
+ self._artifacts_registry = None
self._command_line_arguments = None
self._deduplicate_events = True
self._enable_sigsegv_handler = False
@@ -193,7 +194,8 @@ class PstealTool(
try:
extraction_engine.PreprocessSources(
- self._source_path_specs, resolver_context=self._resolver_context)
+ self._artifacts_registry, self._source_path_specs,
+ resolver_context=self._resolver_context)
except IOError as exception:
logging.error(u'Unable to preprocess with error: {0:s}'.format(exception))
« no previous file with comments | « plaso/cli/psort_tool.py ('k') | plaso/dependencies.py » ('j') | plaso/preprocessors/interface.py » ('J')

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b