not every module has 'source:'
This commit is contained in:
parent
e2ae1fac50
commit
9531ac499e
@ -55,6 +55,7 @@ def fetch_modules(config, relative_path, download_directory):
|
|||||||
cleaned_config[_k] = flat_add(cleaned_config[_k], _v)
|
cleaned_config[_k] = flat_add(cleaned_config[_k], _v)
|
||||||
|
|
||||||
# fetch sources and parse them
|
# fetch sources and parse them
|
||||||
|
if 'source' in d:
|
||||||
for src in to_l(d['source']):
|
for src in to_l(d['source']):
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user