Closed iLLiCiTiT closed 3 months ago
Method modify_application_launch_arguments is optional on addon. It should not be defined on B
modify_application_launch_arguments
The base addon class is defined in ayon-core which should not provide applications specific definition of the method.
Nothing really changes now. This PR makes the method optional, so future version of ayon-core can remove it from base addon class.
Changelog Description
Method
modify_application_launch_arguments
is optional on addon. It should not be defined on BAdditional info
The base addon class is defined in ayon-core which should not provide applications specific definition of the method.
Testing notes:
Nothing really changes now. This PR makes the method optional, so future version of ayon-core can remove it from base addon class.