mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added minimalistic docstring to install thread
This commit is contained in:
parent
6395af66d0
commit
f1f4f2afd2
1 changed files with 2 additions and 0 deletions
|
|
@ -36,9 +36,11 @@ class InstallThread(QThread):
|
|||
self._mongo = None
|
||||
self._path = None
|
||||
self._result = None
|
||||
|
||||
QThread.__init__(self, parent)
|
||||
|
||||
def result(self):
|
||||
"""Result of finished installation."""
|
||||
return self._result
|
||||
|
||||
def _set_result(self, value):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue