mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added more required methods for IPublisher interface
This commit is contained in:
parent
047a31cdbc
commit
4d39dae6f1
1 changed files with 2 additions and 0 deletions
|
|
@ -312,6 +312,8 @@ class IPublishHost:
|
|||
required = [
|
||||
"get_context_data",
|
||||
"update_context_data",
|
||||
"get_context_title",
|
||||
"get_current_context",
|
||||
]
|
||||
missing = []
|
||||
for name in required:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue