Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
chb2mn committed Jun 16, 2023
1 parent a82e167 commit 1ed0a3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plaso/parsers/esedb_plugins/msie_webcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ def GetRawCookieValue(self, record_values, value_name):
"""Retrieves the binary string as a hex string
Args:
record_values: esedb dict structure for a table entry
value_name: the name of the value we are converting
record_values (dict): esedb dict structure for a table entry
value_name (str): the name of the value we are converting
Returns:
optional(str): the value of value_name in record_values decoded to hex
Expand Down Expand Up @@ -384,7 +384,7 @@ def _ParseCookieExTable(self, parser_mediator, table):
record_values, 'LastModified')
event_data.request_domain = record_values.get('RDomain', None)
parser_mediator.ProduceEventData(event_data)

def ParseContainersTable(
self, parser_mediator, database=None, table=None, **unused_kwargs):
"""Parses a Containers table.
Expand Down

0 comments on commit 1ed0a3b

Please sign in to comment.