allow partial sync for fsmongo
[osm/common.git] / osm_common / fsbase.py
index 7e69613..24eb994 100644 (file)
@@ -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")