We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf1edf0 commit b64b5aeCopy full SHA for b64b5ae
util/download.go
@@ -55,6 +55,8 @@ func DownloadURLs(inputURLs []string, tempDir string) (outputPaths []string, err
55
outputPaths = append(outputPaths, fn)
56
}
57
58
+ err = nil
59
+
60
if errCount > (len(inputURLs) / 2) {
61
err = fmt.Errorf("%d/%d urls couldn't be downloaded", errCount, len(inputURLs))
62
0 commit comments