Skip to content

Commit

Permalink
changed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
rick committed Apr 18, 2024
1 parent 4201b1c commit 1acbb7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plaso/parsers/apple_biome.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def ParseFileObject(self, parser_mediator, file_object):

try:
result = False
# Some of the records may have missing fields
# Some of the records may have missing fields, but most will conform.
for record in biome_file.records:
result = plugin.CheckRequiredSchema(record.protobuf)
if result:
Expand Down

0 comments on commit 1acbb7e

Please sign in to comment.