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

Unified Diff: plaso/parsers/interface.py

Issue 339330043: [plaso] Remove inconsistent return values from Plaso module #1748 (Closed)
Patch Set: Created 6 years 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/parsers/esedb_plugins/srum.py ('k') | plaso/parsers/mac_keychain.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plaso/parsers/interface.py
diff --git a/plaso/parsers/interface.py b/plaso/parsers/interface.py
index e216041f4c2874a77b7e7e3d967b1769559f0cb5..1cf4e213cf9fba2c1afbf7f9ee63c552acb9192d 100644
--- a/plaso/parsers/interface.py
+++ b/plaso/parsers/interface.py
@@ -152,6 +152,8 @@ class BaseParser(object):
if plugin_class:
return plugin_class()
+ return None
+
@classmethod
def GetPlugins(cls):
"""Retrieves the registered plugins.
« no previous file with comments | « plaso/parsers/esedb_plugins/srum.py ('k') | plaso/parsers/mac_keychain.py » ('j') | no next file with comments »

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