Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
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.