index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 13:23:51 +0200 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2020-10-18 13:23:51 +0200 |
commit | 4b1f22bf91ebd635eaccde670ddba2207b59713b (patch) | |
tree | a8fe446b4ca7e088ec928ffd0fbd1b49258c0910 /examples/guided.py | |
parent | dafe304b0060c2a189f19e11d8f0e755e3d0026c (diff) |
-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. |