mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
SyncServer - fix typo resulting in infinitive recursion
This commit is contained in:
parent
f2609f5f12
commit
e0eeec5e45
1 changed files with 1 additions and 1 deletions
|
|
@ -1604,7 +1604,7 @@ class SyncRepresentationDetailModel(QtCore.QAbstractTableModel):
|
|||
@property
|
||||
def project(self):
|
||||
"""Returns project"""
|
||||
return self.project
|
||||
return self._project
|
||||
|
||||
def tick(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue