Skip to content

Commit

Permalink
time-mounts: Install MatNWB
Browse files Browse the repository at this point in the history
  • Loading branch information
jwodder committed Jan 22, 2024
1 parent 3a7d758 commit 53d1c3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions code/src/healthstatus/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ def time_mounts(
mounts: set[MountType],
update_dataset: bool,
) -> None:
installer = MatNWBInstaller(MATNWB_INSTALL_DIR)
installer.install(update=True)
for mounter in iter_mounters(
types=mounts,
dataset_path=dataset_path,
Expand Down

0 comments on commit 53d1c3f

Please sign in to comment.