Skip to content

Commit 2ad4cff

Browse files
committed
small fix
1 parent de54653 commit 2ad4cff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

micro_manager/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def read_json_micro_manager(self):
709709
"Adaptivity settings are provided but adaptivity is turned off."
710710
)
711711

712-
with self.show_log_if(self.enable_adaptivity()):
712+
if self.enable_adaptivity():
713713
self.adaptivity_type.set = self.json["simulation_params"][
714714
"adaptivity_settings"
715715
]["type"].get_with_default(

0 commit comments

Comments
 (0)