Skip to content

Commit f6493d8

Browse files
committed
...
1 parent 4586ebe commit f6493d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micro_manager/snapshot/snapshot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def solve(self) -> None:
8787
micro_problem_cls = create_simulation_class(
8888
self._logger,
8989
self._micro_problem,
90-
self._config.micro_file_name(),
90+
self._config.micro_file_names()[0],
9191
1,
9292
None,
9393
)

0 commit comments

Comments
 (0)