update docstring

This commit is contained in:
Jakub Trllo 2025-12-08 17:26:02 +01:00
parent e0597ac6de
commit 647d91e288
2 changed files with 2 additions and 10 deletions

View file

@ -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)

View file

@ -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