index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | examples/guided.py | 2 |
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. |