Commit d2884841 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed get_locations method reference

parent d9d58d03
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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):
@@ -272,4 +272,3 @@ class PreferredLocationGUIView(View):
        self.extension.set_preferred_key(new_path_key)

        return new_path_title