Skip to content

Commit b9aef2c

Browse files
committed
small fix
1 parent f600305 commit b9aef2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/model/features/common_features.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ def signal_end(self):
12461246
(f"{self.primary_z_axis}_abs", self.restore_z),
12471247
(f"{self.primary_f_axis}_abs", self.restore_f)
12481248
]
1249-
for axis, offset in self.secondary_stack_settings.values():
1249+
for axis, offset in self.secondary_stack_settings.items():
12501250
stack_pos.append((f"{axis}_abs", self.restore_z + offset))
12511251
self.model.move_stage(
12521252
dict(stack_pos),

0 commit comments

Comments
 (0)