mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Apply suggestions from code review
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
49d1515679
commit
f29f8748af
1 changed files with 2 additions and 2 deletions
|
|
@ -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' "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue