Fix pylint warning
This commit is contained in:
parent
ffb1732607
commit
bdbb994c72
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue