Skip to content
Snippets Groups Projects
Commit e92cc489 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

exit20 for usage of unavailable package_set

parent 02425eb4
No related branches found
No related tags found
1 merge request!94Unique exit codes
......@@ -919,7 +919,7 @@ def install_environment(
msg += f" in release {mpsd_release}. "
msg += "Use 'available' command to see list of available package_sets."
logging.error(msg)
sys.exit(1)
sys.exit(20)
# Install the package_sets
with os_chdir(package_set_dir):
......
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