Skip to content

Commit

Permalink
comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Nov 9, 2024
1 parent ca76ddc commit d68d3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/senaite/core/upgrade/v02_06_000.py
Original file line number Diff line number Diff line change
Expand Up @@ -2191,6 +2191,7 @@ def setup_result_types(tool):
# check if it was set as a string result
field = obj.getField("StringResult")
if not field:
# https://github.com/senaite/senaite.core/pull/2642
logger.error("Field 'StringResult' not found on object %s (%s)"
% (api.get_path(obj), api.get_uid(obj)))
continue
Expand Down

0 comments on commit d68d3ff

Please sign in to comment.