12087: Don't report read/write errors on terminated sessions.
[arvados.git] / services / fuse / arvados_fuse / fresh.py
index e7e91db4279a895cffa23641ef97becc8ca9ffc8..a51dd909b690df3cb39865d021b8f4daea4b471b 100644 (file)
@@ -1,3 +1,7 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 import time
 import ciso8601
 import calendar
@@ -135,3 +139,6 @@ class FreshBase(object):
 
     def finalize(self):
         pass
+
+    def child_event(self, ev):
+        pass