X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffslocal.py;h=3686b364c5844343e1b99747f06ce0d5376a7954;hb=4ce854c2cfcdddf4d049ee312182c65832b3f5d4;hp=b90b25e7c07f0173c6f9269d97646feb49f7827b;hpb=e458cd8c564e13a04656e6a8337b7d5225cb1f8d;p=osm%2Fcommon.git diff --git a/osm_common/fslocal.py b/osm_common/fslocal.py index b90b25e..3686b36 100644 --- a/osm_common/fslocal.py +++ b/osm_common/fslocal.py @@ -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