Update openpype/modules/sync_server/sync_server_module.py

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Petr Kalis 2022-04-20 12:09:22 +02:00 committed by GitHub
parent b336672558
commit fc4f7ed5d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1423,7 +1423,7 @@ class SyncServerModule(OpenPypeModule, ITrayModule):
pause (bool or None): if True - pause, False - unpause
force (bool): hard reset - currently only for add_site
Throws:
Raises:
SiteAlreadyPresentError - if adding already existing site and
not 'force'
ValueError - other errors (repre not found, misconfiguration)