mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
update docstring
This commit is contained in:
parent
e0597ac6de
commit
647d91e288
2 changed files with 2 additions and 10 deletions
|
|
@ -107,11 +107,7 @@ class IntegrateAYONReview(pyblish.api.InstancePlugin):
|
|||
repre_path: str,
|
||||
content_type: str,
|
||||
):
|
||||
"""Upload file with simple exponential backoff retries.
|
||||
|
||||
If all retries fail we raise a PublishXmlValidationError with a help key
|
||||
to guide the user to retry publish.
|
||||
"""
|
||||
"""Upload file with simple retries."""
|
||||
# How long to sleep before next attempt
|
||||
wait_time = 1
|
||||
filename = os.path.basename(repre_path)
|
||||
|
|
|
|||
|
|
@ -257,11 +257,7 @@ class IntegrateThumbnailsAYON(pyblish.api.ContextPlugin):
|
|||
repre_path: str,
|
||||
content_type: str,
|
||||
):
|
||||
"""Upload file with simple exponential backoff retries.
|
||||
|
||||
If all retries fail we raise a PublishXmlValidationError with a help key
|
||||
to guide the user to retry publish.
|
||||
"""
|
||||
"""Upload file with simple retries."""
|
||||
# How long to sleep before next attempt
|
||||
wait_time = 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue