delete old versions loader action does not work

This commit is contained in:
Kayla Man 2024-04-04 15:41:58 +08:00
parent d2ab452569
commit 10c0004c80

View file

@ -220,19 +220,6 @@ class LoaderPlugin(list):
"""
return cls.options or []
@property
def fname(self):
"""Backwards compatibility with deprecation warning"""
self.log.warning((
"DEPRECATION WARNING: Source - Loader plugin {}."
" The 'fname' property on the Loader plugin will be removed in"
" future versions of OpenPype. Planned version to drop the support"
" is 3.16.6 or 3.17.0."
).format(self.__class__.__name__))
if hasattr(self, "_fname"):
return self._fname
class ProductLoaderPlugin(LoaderPlugin):
"""Load product into host application