Skip to content

Commit a999dcb

Browse files
committed
reset feature list if injected feature list is finished
1 parent cc9e0ec commit a999dcb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/navigate/model/model.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,8 +1096,6 @@ def run_live_acquisition(self):
10961096
self.reset_feature_list()
10971097
elif hasattr(self, "signal_container"):
10981098
self.signal_container.reset()
1099-
else:
1100-
self.reset_feature_list()
11011099

11021100
# Update the stage position.
11031101
# Allows the user to externally move the stage in the continuous mode.

0 commit comments

Comments
 (0)