Loading openflexure_microscope/api/default_extensions/autostorage.py +1 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ class AutostorageExtension(BaseExtension): class GetLocationsView(PropertyView): def get(self): self.extension.check_location() return autostorage_extension_v2.get_locations() return self.extension.get_locations() class PreferredLocationView(PropertyView): Loading Loading @@ -272,4 +272,3 @@ class PreferredLocationGUIView(View): self.extension.set_preferred_key(new_path_key) return new_path_title Loading
openflexure_microscope/api/default_extensions/autostorage.py +1 −2 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ class AutostorageExtension(BaseExtension): class GetLocationsView(PropertyView): def get(self): self.extension.check_location() return autostorage_extension_v2.get_locations() return self.extension.get_locations() class PreferredLocationView(PropertyView): Loading Loading @@ -272,4 +272,3 @@ class PreferredLocationGUIView(View): self.extension.set_preferred_key(new_path_key) return new_path_title