mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
CreateContext has publish_attributes
This commit is contained in:
parent
6719a28836
commit
448b7641e4
1 changed files with 5 additions and 0 deletions
|
|
@ -452,6 +452,7 @@ class CreateContext:
|
|||
self.dbcon = dbcon
|
||||
|
||||
self._log = None
|
||||
self._publish_attributes = PublishAttributes(self, {})
|
||||
|
||||
self.host = host
|
||||
host_is_valid = True
|
||||
|
|
@ -480,6 +481,10 @@ class CreateContext:
|
|||
if reset:
|
||||
self.reset()
|
||||
|
||||
@property
|
||||
def publish_attributes(self):
|
||||
return self._publish_attributes
|
||||
|
||||
@classmethod
|
||||
def get_host_misssing_methods(cls, host):
|
||||
missing = set()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue