X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ca7460bcc97a8b1402b81ecebc3f0ac3131230c0..47c7337cc9c33a19208946deceecc5ce266ae741:/services/arv-web/arv-web.py diff --git a/services/arv-web/arv-web.py b/services/arv-web/arv-web.py index 482a5776d9..5a95e27b93 100755 --- a/services/arv-web/arv-web.py +++ b/services/arv-web/arv-web.py @@ -83,7 +83,7 @@ class ArvWeb(object): def run_fuse_mount(self): self.mountdir = tempfile.mkdtemp() - self.operations = Operations(os.getuid(), os.getgid(), "utf-8") + self.operations = Operations(os.getuid(), os.getgid(), self.api, "utf-8") self.cdir = CollectionDirectory(llfuse.ROOT_INODE, self.operations.inodes, self.api, 2, self.collection) self.operations.inodes.add_entry(self.cdir)