Skip to content
Snippets Groups Projects
Commit 5690db7d authored by Eric Müller's avatar Eric Müller :mountain_bicyclist:
Browse files

fix: bug in fetching build packages

parent 1980bbf8
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ for rspec in data:
bindist.tarball_name(spec, ".spec.json"),
bindist.tarball_name(spec, ".spec.yaml"),
]
to_be_fetched.add(str(spec.dag_hash()) + " ".join(build_cache_paths))
to_be_fetched.add(str(spec.dag_hash()) + " " + " ".join(build_cache_paths))
for elem in to_be_fetched:
print(elem)
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment