Fix pylint warning

This commit is contained in:
Cheng Zhao 2015-07-03 15:31:55 +08:00
parent ffb1732607
commit bdbb994c72

View file

@ -191,8 +191,8 @@ def upload_atom_shell(github, release, file_path):
break break
except Exception: except Exception:
pass pass
return
# Upload the file.
params = {'name': os.path.basename(file_path)} params = {'name': os.path.basename(file_path)}
headers = {'Content-Type': 'application/zip'} headers = {'Content-Type': 'application/zip'}
with open(file_path, 'rb') as f: with open(file_path, 'rb') as f: