Commit 614934ff authored by Jürg Billeter's avatar Jürg Billeter
Browse files

HACK: sandbox/sandbox.py: Always use CasBasedDirectory

parent eaf452d9
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -190,10 +190,7 @@ class Sandbox():

        """
        if self._vdir is None or self._never_cache_vdirs:
            if 'BST_CAS_DIRECTORIES' in os.environ:
            self._vdir = CasBasedDirectory(self.__context.artifactcache.cas, ref=None)
            else:
                self._vdir = FileBasedDirectory(self._root)
        return self._vdir

    def _set_virtual_directory(self, virtual_directory):