From 22f07d7c7078c853b69c611e8010b07ec52ba4b3 Mon Sep 17 00:00:00 2001 From: Peter Bushnell Date: Sun, 4 Sep 2016 07:20:12 +0100 Subject: [PATCH] Very minor typo when already up-to-date --- download-bin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download-bin.py b/download-bin.py index 7ee8be3d..e52713bd 100755 --- a/download-bin.py +++ b/download-bin.py @@ -232,7 +232,7 @@ def load_json_file(self, file_path): def run(self, folder_for_extracting, remove_downloaded, force_update, download_only): if not force_update and not self.need_to_update(): - print("==> Not need to update!") + print("==> No need to update!") return if os.path.exists(self._extracted_folder_name):