1

fixing updater crash

This commit is contained in:
Alex Yatskov 2012-05-17 08:28:02 -07:00
parent d0c765abee
commit 2274c85ec9

View File

@ -38,4 +38,4 @@ class UpdateFinder(QtCore.QThread):
except: except:
pass pass
finally: finally:
self.updateResult.emit(latest) self.updateResult.emit(latest or constants['version'])