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.