mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
updated avalon-core, few minor fixes
This commit is contained in:
parent
8defec44de
commit
c41a652e18
3 changed files with 6 additions and 5 deletions
|
|
@ -477,7 +477,7 @@ class InstallDialog(QtWidgets.QDialog):
|
|||
self.done(3)
|
||||
return
|
||||
|
||||
if self.path != "":
|
||||
if self.path and len(self.path) > 0:
|
||||
valid, reason = validate_path_string(self.path)
|
||||
|
||||
if not valid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue