Commit bcf745a7 authored by Yakubov, Sergey's avatar Yakubov, Sergey
Browse files

fix writebale path check for rucio object store

parent 500f8e0f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -307,6 +307,7 @@ class RucioObjectStore(CachingConcreteObjectStore):
        self._initialize()

    def _initialize(self):
        if not self.rucio_config["register_only"]:
            self._ensure_staging_path_writable()
        self._start_cache_monitor_if_needed()