Skip to content

Commit 060f603

Browse files
authored
Fixed typo in upgrade step (senaite#2126)
1 parent 367b574 commit 060f603

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/senaite/core/upgrade/v02_03_000.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def migrate_uncertainty_field_to_string(obj):
387387
if isinstance(value, tuple):
388388
migrated_value = fixed_point_value_to_string(value, 10)
389389
logger.info("Migrating Uncertainty field of %s: %s -> %s" % (
390-
api.get_pat(obj), value, migrated_value))
390+
api.get_path(obj), value, migrated_value))
391391
value = migrated_value
392392

393393
# set the new value

0 commit comments

Comments
 (0)