| commit | f296d2a468e38fef4145f526b5bc0726502d77cf | [log] [tgz] |
|---|---|---|
| author | lloretgalleg <illoret@indra.es> | Wed Sep 02 09:36:24 2020 +0000 |
| committer | lloretgalleg <illoret@indra.es> | Mon Oct 26 09:20:06 2020 +0000 |
| tree | 31dc69114852853b1d7961a34e0f097ad1ee36e7 | |
| parent | 41ca4d07a903990706ea2a5ccae6bcf21e32bdf7 [diff] [blame] |
Added reverse sync Change-Id: Ied5dc10b4b92d900ba8a3f5f88ff64ba68c0804c Signed-off-by: lloretgalleg <illoret@indra.es>
diff --git a/osm_common/fsbase.py b/osm_common/fsbase.py index 24eb994..e15f7a5 100644 --- a/osm_common/fsbase.py +++ b/osm_common/fsbase.py
@@ -85,3 +85,6 @@ def sync(self, from_path=None): raise FsException("Method 'sync' not implemented") + + def reverse_sync(self, from_path): + raise FsException("Method 'reverse_sync' not implemented")