Commit 18a0eedd authored by Joel Collins's avatar Joel Collins
Browse files

Fixed tile method reference

parent f849afd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ class TileScanAPI(ActionView):
        # Acquire microscope lock with 1s timeout
        with microscope.lock(timeout=1):
            # Run scan_extension_v2
            return self.extension.scan_extension_v2.tile(
            return self.extension.tile(
                microscope,
                basename=args.get("filename"),
                namemode=args.get("namemode"),