From 4b1f22bf91ebd635eaccde670ddba2207b59713b Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 18 Oct 2020 13:23:51 +0200 Subject: Added error handling to guided.py when not selecting a profile to install. --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index f0a9d46b..aa5ec98d 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -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. -- cgit v1.2.3-70-g09d2