Skip to content

Commit 1acbb7e

Browse files
author
rick
committed
changed comment
1 parent 4201b1c commit 1acbb7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plaso/parsers/apple_biome.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def ParseFileObject(self, parser_mediator, file_object):
152152

153153
try:
154154
result = False
155-
# Some of the records may have missing fields
155+
# Some of the records may have missing fields, but most will conform.
156156
for record in biome_file.records:
157157
result = plugin.CheckRequiredSchema(record.protobuf)
158158
if result:

0 commit comments

Comments
 (0)