This script can't continue to download the target file when the request fails. ``` Traceback (most recent call last): File "docker_pull.py", line 93, in <module> os.mkdir(imgdir) FileExistsError: [Errno 17] File exists: 'tmp_imagename_latest' ```
This script can't continue to download the target file when the request fails.