[ARVADOS] updated: 2.1.0-1883-gca56c80b0
Git user
git at public.arvados.org
Sun Feb 6 21:22:26 UTC 2022
Summary of changes:
services/fuse/arvados_fuse/fusedir.py | 3 +++
1 file changed, 3 insertions(+)
via ca56c80b05906c110d63b724505684c450c098d5 (commit)
from 37c053157cb11792bcb523ac7482a4cba9f5bde4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit ca56c80b05906c110d63b724505684c450c098d5
Author: Peter Amstutz <peter.amstutz at curii.com>
Date: Sun Feb 6 16:22:02 2022 -0500
18719: No flush TmpCollectionDirectory
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>
diff --git a/services/fuse/arvados_fuse/fusedir.py b/services/fuse/arvados_fuse/fusedir.py
index 2ed6447d1..a22df2c03 100644
--- a/services/fuse/arvados_fuse/fusedir.py
+++ b/services/fuse/arvados_fuse/fusedir.py
@@ -703,6 +703,9 @@ class TmpCollectionDirectory(CollectionDirectoryBase):
def writable(self):
return True
+ def flush(self):
+ pass
+
def want_event_subscribe(self):
return False
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list