Loading lib/galaxy/objectstore/rucio.py +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading Loading
lib/galaxy/objectstore/rucio.py +2 −1 Original line number Diff line number Diff line Loading @@ -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() Loading