Skip to content
Snippets Groups Projects
Commit 75004a18 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Fix additional_content -> content

parent 455ab207
No related branches found
No related tags found
No related merge requests found
Pipeline #574 failed
......@@ -69,7 +69,7 @@ def build_package(repo_dir, package_dir, name,
if additional_content is not None:
os.chdir(workdir)
for content in additional_content:
os.chdir(additional_content["target_dir"])
os.chdir(content["target_dir"])
if "patch_dir" in content:
abs_patch_dir = os.path.join(
repo_dir, content["patch_dir"])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment