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

Unified Diff: plaso/cli/helpers/viper_analysis.py

Issue 333850043: [plaso] Correct names of analysis plugin cli helpers. Fixes #1436 (Closed)
Patch Set: Created 6 years, 5 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/helpers/nsrlsvr_analysis.py ('k') | plaso/cli/helpers/virustotal_analysis.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plaso/cli/helpers/viper_analysis.py
diff --git a/plaso/cli/helpers/viper_analysis.py b/plaso/cli/helpers/viper_analysis.py
index 0890d21bc1cad28001502618f5b54875a830bb59..775cfd35b8c99f7d646acf1d3c63d2f6cdbb0f68 100644
--- a/plaso/cli/helpers/viper_analysis.py
+++ b/plaso/cli/helpers/viper_analysis.py
@@ -10,7 +10,7 @@ from plaso.lib import errors
class ViperAnalysisArgumentsHelper(interface.ArgumentsHelper):
"""Viper analysis plugin CLI arguments helper."""
- NAME = u'viper_analysis'
+ NAME = u'viper'
CATEGORY = u'analysis'
DESCRIPTION = u'Argument helper for the Viper analysis plugin.'
@@ -63,6 +63,7 @@ class ViperAnalysisArgumentsHelper(interface.ArgumentsHelper):
viper.ViperAnalyzer.SUPPORTED_PROTOCOLS)))
@classmethod
+ # pylint: disable=arguments-differ
def ParseOptions(cls, options, analysis_plugin):
"""Parses and validates options.
« no previous file with comments | « plaso/cli/helpers/nsrlsvr_analysis.py ('k') | plaso/cli/helpers/virustotal_analysis.py » ('j') | no next file with comments »

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