Skip to content
Snippets Groups Projects
Commit bc3d0ec2 authored by Christian Dreher's avatar Christian Dreher
Browse files

fix: Misleading warning

parent c6cc55a1
Branches main
No related tags found
No related merge requests found
Pipeline #21199 passed
......@@ -120,7 +120,7 @@ class Calibration:
old_val = getattr(self, var)
if not is_none(old_val) and val != old_val:
print(f"Warning: '{var}' was already set to '{old_val}' and will NOT be set to '{val}' as in "
print(f"Warning: '{var}' was set to '{old_val}' and will NOT be set to '{val}' as in "
f"'{other.name}'.")
def check_symmetric_values_from(self, other: "Calibration") -> "Calibration":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment