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

Unified Diff: plaso/output/manager.py

Issue 321000043: [plaso] Refactored log2timeline front-end to tool #160 (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
« no previous file with comments | « plaso/frontend/log2timeline.py ('k') | plaso/parsers/manager.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plaso/output/manager.py
diff --git a/plaso/output/manager.py b/plaso/output/manager.py
index 5917bfd9df78fec7c11a0b1342a9fa7150802098..62cc2c648491117ca56a84a211c8ae400f885c21 100644
--- a/plaso/output/manager.py
+++ b/plaso/output/manager.py
@@ -75,7 +75,7 @@ class OutputManager(object):
"""Retrieves the available output classes its associated name.
Yields:
- A tuple of output class name and type object (subclass of OutputModule).
+ tuple[str, type]: output class name and type object.
"""
for _, output_class in iter(cls._output_classes.items()):
yield output_class.NAME, output_class
« no previous file with comments | « plaso/frontend/log2timeline.py ('k') | plaso/parsers/manager.py » ('j') | no next file with comments »

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