Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
Onager committed Aug 27, 2018
1 parent 8c057cf commit bf1ae2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plaso/parsers/santa.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ def ParseRecord(self, parser_mediator, key, structure):
key (str): name of the parsed structure.
structure (pyparsing.ParseResults): elements parsed from the file.
Raises:
ParseError: when the structure type is unknown.
Raises:
ParseError: when the structure type is unknown.
"""
if key not in self._SUPPORTED_KEYS:
raise errors.ParseError(
Expand Down
2 changes: 1 addition & 1 deletion tests/multi_processing/base_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def _GetStatus(self):
"""Returns status information.
Returns:
dict [str, object]: status attributes, indexed by name.
dict[str, object]: status attributes, indexed by name.
"""
# TODO: implement.
return {}
Expand Down

0 comments on commit bf1ae2e

Please sign in to comment.