From be54353ff9bcf7780b78f3a0bcc0bf9b190d016a Mon Sep 17 00:00:00 2001 From: CorpNewt <12772521+corpnewt@users.noreply.github.com> Date: Sun, 4 Oct 2020 18:21:09 -0500 Subject: [PATCH] Update downloader.py from pymodules --- downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 downloader.py diff --git a/downloader.py b/downloader.py old mode 100644 new mode 100755 index 2fe54c9..579f9c9 --- a/downloader.py +++ b/downloader.py @@ -127,4 +127,4 @@ class Downloader: if progress: self._progress_hook(response, bytes_so_far, total_size) if not chunk: break f.write(chunk) - return file_path if os.path.exists(file_path) else None \ No newline at end of file + return file_path if os.path.exists(file_path) else None