Skip to content

Commit 60654b9

Browse files
committed
.
1 parent bba8498 commit 60654b9

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
@@ -261,7 +261,7 @@ def initialize(self) -> None:
261261
for i in range(self._local_number_of_sims):
262262
self._global_ids_of_local_sims.append(sim_id)
263263
sim_id += 1
264-
self._micro_problem = load_backend_class(self._config.micro_file_name())
264+
self._micro_problem = load_backend_class(self._config.micro_file_names()[0])
265265

266266
self._micro_sims_have_output = False
267267
if hasattr(self._micro_problem, "output") and callable(

0 commit comments

Comments
 (0)