Skip to content

Commit 7a2b161

Browse files
author
Bin Zhang
authored
Merge pull request #381 from Bushstar/patch-1
Very minor typo when already up-to-date
2 parents 2876c68 + 22f07d7 commit 7a2b161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-bin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def load_json_file(self, file_path):
232232

233233
def run(self, folder_for_extracting, remove_downloaded, force_update, download_only):
234234
if not force_update and not self.need_to_update():
235-
print("==> Not need to update!")
235+
print("==> No need to update!")
236236
return
237237

238238
if os.path.exists(self._extracted_folder_name):

0 commit comments

Comments
 (0)