mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
fix super init call
This commit is contained in:
parent
f8cf45dfbc
commit
07e14f9688
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class InstallThread(QtCore.QThread):
|
|||
self._mongo = None
|
||||
self._result = None
|
||||
|
||||
super().__init__(self, parent)
|
||||
super().__init__(parent)
|
||||
|
||||
def result(self):
|
||||
"""Result of finished installation."""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue