mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix pylint warning
This commit is contained in:
@@ -191,8 +191,8 @@ def upload_atom_shell(github, release, file_path):
|
||||
break
|
||||
except Exception:
|
||||
pass
|
||||
return
|
||||
|
||||
# Upload the file.
|
||||
params = {'name': os.path.basename(file_path)}
|
||||
headers = {'Content-Type': 'application/zip'}
|
||||
with open(file_path, 'rb') as f:
|
||||
|
||||
Reference in New Issue
Block a user