mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
global: fix _repr_ pformat printing
This commit is contained in:
parent
c6c08fd4cc
commit
81de2cf0c9
1 changed files with 2 additions and 2 deletions
|
|
@ -984,7 +984,7 @@ class PlaceholderItem(object):
|
|||
|
||||
def __init__(self, scene_identifier, data, plugin):
|
||||
self._log = None
|
||||
self._scene_identifier = scene_identifier
|
||||
self.name = scene_identifier
|
||||
self._data = data
|
||||
self._plugin = plugin
|
||||
|
||||
|
|
@ -1062,7 +1062,7 @@ class PlaceholderItem(object):
|
|||
|
||||
@property
|
||||
def scene_identifier(self):
|
||||
return self._scene_identifier
|
||||
return self.name
|
||||
|
||||
@property
|
||||
def finished(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue