updated avalon-core, few minor fixes

This commit is contained in:
Ondrej Samohel 2021-03-09 22:41:32 +01:00
parent 8defec44de
commit c41a652e18
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
3 changed files with 6 additions and 5 deletions

View file

@ -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: