Skip to content
Snippets Groups Projects
Commit a516e1af authored by Hans Fangohr's avatar Hans Fangohr
Browse files

toolchain -> package_set

parent 6a57fac2
No related branches found
No related tags found
1 merge request!64Toolchain becomes package set part2
......@@ -973,9 +973,9 @@ def install_environment(
)
def remove_environment(release, toolchains, target_dir):
def remove_environment(release, package_sets, target_dir):
"""Remove release from installation."""
msg = f"Removing release {release} with toolchains {toolchains} from {target_dir}"
msg = f"Removing release {release} with package_sets {package_sets} from {target_dir}"
logging.info(msg)
raise NotImplementedError(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment