Skip to content

Commit 2da95c3

Browse files
Merge pull request #850 from annie-xd-wang/unpack-plugin-parameters
unpack plugin parameters
2 parents 8807265 + bf92e8e commit 2da95c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navigate/model/model.py

+1-1
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)