fix always-not-up-to-date
This commit is contained in:
parent
541d7a54cc
commit
0e66e368c9
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
pywversion="1.9"
|
pywversion="1.9.1"
|
||||||
never_update=False
|
never_update=False
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2456,10 +2456,8 @@ if 'twisted' not in missing_dep:
|
|||||||
True
|
True
|
||||||
|
|
||||||
uptodate=md5_last_pywallet[1]==md5_pywallet
|
uptodate=md5_last_pywallet[1]==md5_pywallet
|
||||||
uptodate=not uptodate
|
|
||||||
checking_finished=bool(md5_last_pywallet[0])
|
checking_finished=bool(md5_last_pywallet[0])
|
||||||
|
|
||||||
checking_finished,uptodate=[True,False]
|
|
||||||
color="#DDDDFF"
|
color="#DDDDFF"
|
||||||
if checking_finished:
|
if checking_finished:
|
||||||
if uptodate:
|
if uptodate:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user