Fix versions in deprecated message

This commit is contained in:
Jakub Trllo 2023-09-04 11:49:14 +02:00 committed by GitHub
parent 88ab56db12
commit 35074e8db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ class BaseCreator:
" System settings argument will not be passed to" " System settings argument will not be passed to"
" '__init__' and 'apply_settings' methods in future versions" " '__init__' and 'apply_settings' methods in future versions"
" of OpenPype. Planned version to drop the support" " of OpenPype. Planned version to drop the support"
" is 3.15.6 or 3.16.0. Please contact Ynput core team if you" " is 3.16.6 or 3.17.0. Please contact Ynput core team if you"
" need to keep system settings." " need to keep system settings."
).format(self.__class__.__name__)) ).format(self.__class__.__name__))