Added reverse sync
[osm/common.git] / osm_common / fslocal.py
index b90b25e..3686b36 100644 (file)
@@ -180,5 +180,8 @@ class FsLocal(FsBase):
         except (IOError, PermissionError) as e:
             raise FsException("File {} cannot be deleted: {}".format(f, e), http_code=HTTPStatus.INTERNAL_SERVER_ERROR)
 
-    def sync(self):
+    def sync(self, from_path=None):
+        pass  # Not needed in fslocal
+
+    def reverse_sync(self, from_path):
         pass  # Not needed in fslocal