mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added comment to code
This commit is contained in:
parent
509c209093
commit
d6ab41887a
1 changed files with 3 additions and 0 deletions
|
|
@ -388,6 +388,9 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
install_thread.start()
|
||||
|
||||
def _installation_finished(self):
|
||||
# TODO we should find out why status can be set to 'None'?
|
||||
# - 'InstallThread.run' should handle all cases so not sure where
|
||||
# that come from
|
||||
status = self._install_thread.result()
|
||||
if status is not None and status >= 0:
|
||||
self._update_progress(100)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue