Skip to content

Commit

Permalink
tweaking message
Browse files Browse the repository at this point in the history
  • Loading branch information
brimoor committed Jun 18, 2023
1 parent 45010f4 commit 244a959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions fiftyone/core/odm/mixins.py
Original file line number Diff line number Diff line change
Expand Up @@ -1131,14 +1131,14 @@ def _get_field_doc(cls, path, allow_missing=False):
@classmethod
def _parse_path(cls, path, reload=True, allow_missing=False):
#
# @todo ideally `reload()` would not be necessary
# @todo ideally `reload()` would not be necessary here
#
# We're currently reloading here to avoid clobbering schema updates
# from other concurrent usage, which can happen since `DatasetDocument`
# We're currently reloading to avoid clobbering schema updates from
# other concurrent usage, which can happen since `DatasetDocument`
# instances can stay in-memory without `reload()` for quite awhile.
#
# Ideally `save()` would gracefully update individual elements of
# `DatasetDocument.sample_fields`, but that is not currently supported
# `DatasetDocument` list fields, but that is not currently supported
# by mongoengine...
#
# https://docs.mongoengine.org/guide/document-instances.html#saving-and-deleting-documents
Expand Down

0 comments on commit 244a959

Please sign in to comment.