Slight tweak to galaxy source selection (#72685)

pull/72689/head
Jordan Borean 4 years ago committed by GitHub
parent c36acc9eaa
commit 18e5628b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1193,7 +1193,7 @@ def _build_dependency_map(collections, existing_collections, b_temp_path, apis,
deps_exhausted = False
for dep_name, dep_requirement in parent_info.dependencies.items():
_get_collection_info(dependency_map, existing_collections, dep_name, dep_requirement,
source, b_temp_path, apis, validate_certs, force_deps,
None, b_temp_path, apis, validate_certs, force_deps,
parent=parent, allow_pre_release=allow_pre_release)
checked_parents.add(parent)

Loading…
Cancel
Save