mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Update invalid docstring
This commit is contained in:
parent
359d685644
commit
0fe552a014
1 changed files with 4 additions and 6 deletions
|
|
@ -410,13 +410,11 @@ class ITrayService(ITrayModule):
|
|||
|
||||
|
||||
class ISettingsChangeListener(OpenPypeInterface):
|
||||
"""Module has plugin paths to return.
|
||||
"""Module tries to listen to settings changes.
|
||||
|
||||
Only settings changes in the current process are propagated.
|
||||
Changes made in other processes or machines won't trigger the callbacks.
|
||||
|
||||
Expected result is dictionary with keys "publish", "create", "load",
|
||||
"actions" or "inventory" and values as list or string.
|
||||
{
|
||||
"publish": ["path/to/publish_plugins"]
|
||||
}
|
||||
"""
|
||||
|
||||
@abstractmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue