Added error handling to guided.py when not selecting a profile to install.

This commit is contained in:
Anton Hvornum 2020-10-18 13:23:51 +02:00
parent dafe304b00
commit 4b1f22bf91
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ while 1:
try:
if packages and archinstall.validate_package_list(packages):
break
except RequirementError as e:
except archinstall.RequirementError as e:
print(e)
# TODO: Print a summary here of all the options chosen.