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

Unified Diff: plaso/cli/psteal_tool.py

Issue 150170043: [plaso] Made preprocessing artifact driven #155 (Closed)
Patch Set: Changes after review and merge Created 6 years, 8 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
« no previous file with comments | « plaso/cli/psort_tool.py ('k') | plaso/dependencies.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plaso/cli/psteal_tool.py
diff --git a/plaso/cli/psteal_tool.py b/plaso/cli/psteal_tool.py
index 88e52f9a3f2d8dc4f3caffc3c1bd97128ec0c21a..051feefd112a15a3e3854b03057ab6ee389bdc45 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') | no next file with comments »

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