Skip to content

Commit 7440f3f

Browse files
committed
Update docstring for sync method
1 parent 4fc877c commit 7440f3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mergin/client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1554,6 +1554,8 @@ def sync_project_generator(self, project_directory):
15541554

15551555
def sync_project(self, project_directory):
15561556
"""
1557+
Syncs project by pulling server changes and pushing local changes. There is intorduced retry mechanism
1558+
for handling server conflicts (when server has changes that we do not have yet or somebody else is syncing).
15571559
See description of _sync_project_generator().
15581560
15591561
:param project_directory: Project's directory

0 commit comments

Comments
 (0)