Apply suggestions from code review

Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
Robin De Lillo 2024-12-11 10:50:37 -05:00 committed by GitHub
parent 49d1515679
commit f29f8748af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -71,8 +71,8 @@ def _create_local_staging_dir(prefix, suffix, dirpath=None):
)
def create_custom_tempdir(project_name, anatomy):
""" Deprecated 09/12/2024, here for backward-compatibility with Resolve.
def create_custom_tempdir(project_name, anatomy=None):
"""Backward compatibility deprecated since 2024/12/09.
"""
warnings.warn(
"Used deprecated 'create_custom_tempdir' "