18719: Fix TmpCollectionDirectory
authorPeter Amstutz <peter.amstutz@curii.com>
Sun, 6 Feb 2022 21:12:45 +0000 (16:12 -0500)
committerPeter Amstutz <peter.amstutz@curii.com>
Sun, 6 Feb 2022 21:12:45 +0000 (16:12 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz@curii.com>

services/fuse/arvados_fuse/fusedir.py

index f3419c060e4a32dd4a5873d4cc1f0d5ad8743fb1..44741410b66196d9429d5408781c8665c76180fd 100644 (file)
@@ -645,7 +645,7 @@ class TmpCollectionDirectory(CollectionDirectoryBase):
         # This is always enable_write=True because it never tries to
         # save to the backend
         super(TmpCollectionDirectory, self).__init__(
-            parent_inode, inodes, api_client.config, True, collection)
+            parent_inode, inodes, api_client.config, True, collection, self)
         self.collection_record_file = None
         self.populate(self.mtime())