From bdbb994c7221167e6f0cfdd8f5df881df410bdbb Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Fri, 3 Jul 2015 15:31:55 +0800 Subject: [PATCH] Fix pylint warning --- script/upload.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/upload.py b/script/upload.py index afd186a9600..3b622aa43d7 100755 --- a/script/upload.py +++ b/script/upload.py @@ -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: