Skip to content

Commit bf92e8e

Browse files
committed
unpack plugin parameters
1 parent 8807265 commit bf92e8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/model/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ def run_command(self, command, *args, **kwargs):
758758
for camera in self.active_microscope.cameras.values():
759759
camera.camera_controller.dev_close()
760760
else:
761-
self.active_microscope.run_command(command, args)
761+
self.active_microscope.run_command(command, *args)
762762

763763
# main function to update mirror/set experiment mode values
764764
def update_mirror(self, coef=[], flatten=False):

0 commit comments

Comments
 (0)