From 5dbb6923ce7da24c2615de285ce484abb33d2f7c Mon Sep 17 00:00:00 2001 From: Bradley Sepos Date: Sat, 13 Apr 2019 14:57:26 -0400 Subject: make: Fix non-fatal contrib download error. --- make/df-fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make') diff --git a/make/df-fetch.py b/make/df-fetch.py index 9ee48d598..f27376735 100644 --- a/make/df-fetch.py +++ b/make/df-fetch.py @@ -108,7 +108,7 @@ class Tool(hb_distfile.Tool): ## create URL objects and keep active urls = [] i = 0 - for arg in self.args: + for arg in self.args[1:]: url = URL(arg, i) if url.active: urls.append(url) -- cgit v1.2.3