Skip to content
Snippets Groups Projects
Commit 8dfe6b85 authored by Sofia Papagiannaki's avatar Sofia Papagiannaki
Browse files

pithos: Set attr lock_container_path during backend initialization

parent f786ff76
No related branches found
No related tags found
No related merge requests found
...@@ -252,6 +252,8 @@ class ModularBackend(BaseBackend): ...@@ -252,6 +252,8 @@ class ModularBackend(BaseBackend):
self._move_object = partial(self._copy_object, is_move=True) self._move_object = partial(self._copy_object, is_move=True)
self.lock_container_path = False
def pre_exec(self, lock_container_path=False): def pre_exec(self, lock_container_path=False):
self.lock_container_path = lock_container_path self.lock_container_path = lock_container_path
self.wrapper.execute() self.wrapper.execute()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment