X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_common%2Ffsbase.py;h=24eb994a4238a52eea846cdb6915206435ec2b40;hb=b07e4ef6e44bae6044be7420d982406ab0122275;hp=7e696130d0057073fdcb56f22009ef29c66b297a;hpb=788b9d66ded6d5b8a5fe13befdcdf1aede6bbfc0;p=osm%2Fcommon.git diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 7e69613..24eb994 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py @@ -83,5 +83,5 @@ class FsBase(object): def file_delete(self, storage, ignore_non_exist=False): raise FsException("Method 'file_delete' not implemented") - def sync(self): + def sync(self, from_path=None): raise FsException("Method 'sync' not implemented")