Skip to content
Snippets Groups Projects

Remove cmd

Merged Ashwin Kumar Karnad requested to merge continue-with-remove-cmd into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1117,7 +1117,7 @@ def remove_environment(mpsd_release, root_dir, package_sets="NONE", force_remove
if package_sets == "NONE":
logging.warning(
"Please specify package_sets to remove, or 'ALL' to remove all toolchains"
"Please specify package_sets to remove, or 'ALL' to remove all package_sets"
)
sys.exit(50) # TODO document this code.
# 2nd case: remove the entire release for microarchitecture
Loading