don't die if suppressUpdate unset
This commit is contained in:
parent
d05331d31c
commit
c80d1209e6
@ -778,7 +778,7 @@ and check the statistics for a home deck instead."""))
|
|||||||
self.autoUpdate.start()
|
self.autoUpdate.start()
|
||||||
|
|
||||||
def newVerAvail(self, ver):
|
def newVerAvail(self, ver):
|
||||||
if self.pm.meta['suppressUpdate'] != ver:
|
if self.pm.meta.get('suppressUpdate', None) != ver:
|
||||||
aqt.update.askAndUpdate(self, ver)
|
aqt.update.askAndUpdate(self, ver)
|
||||||
|
|
||||||
def newMsg(self, data):
|
def newMsg(self, data):
|
||||||
|
Loading…
Reference in New Issue
Block a user