Fix PEP8 issue E713
This commit is contained in:
parent
b89a938687
commit
83e865a370
4 changed files with 4 additions and 4 deletions
|
@ -79,7 +79,7 @@ def update_self(to_screen, verbose):
|
|||
to_screen(compat_str(traceback.format_exc()))
|
||||
to_screen('ERROR: can\'t obtain versions info. Please try again later.')
|
||||
return
|
||||
if not 'signature' in versions_info:
|
||||
if 'signature' not in versions_info:
|
||||
to_screen('ERROR: the versions file is not signed or corrupted. Aborting.')
|
||||
return
|
||||
signature = versions_info['signature']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue