Skip to content

Commit 61f5ce8

Browse files
committed
more specific message
1 parent 3c9d131 commit 61f5ce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ayon_api/server_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6095,7 +6095,7 @@ def get_project_product_types(
60956095
"""
60966096
warnings.warn(
60976097
"Used deprecated function 'get_project_product_types'."
6098-
" Use 'get_project' instead.",
6098+
" Use 'get_project' with 'productTypes' in 'fields' instead.",
60996099
DeprecationWarning,
61006100
stacklevel=2,
61016101
)

0 commit comments

Comments
 (0)