Skip to content

Commit

Permalink
fix: add _mda_running
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrgsp committed Feb 5, 2024
1 parent 9a99aab commit 267fa38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/napari_micromanager/_mda_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def __init__(self, mmcore: CMMCorePlus, viewer: napari.viewer.Viewer) -> None:
# mapping of id -> (zarr.Array, temporary directory) for each layer created
self._tmp_arrays: dict[str, tuple[zarr.Array, tempfile.TemporaryDirectory]] = {}
self._deck: deque[tuple[np.ndarray, MDAEvent]] = deque()
self._mda_running: bool = False

# Add all core connections to this list. This makes it easy to disconnect
# from core when this widget is closed.
Expand Down

0 comments on commit 267fa38

Please sign in to comment.