Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall.py')
-rw-r--r--archinstall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall.py b/archinstall.py
index 5dd57667..268787ec 100644
--- a/archinstall.py
+++ b/archinstall.py
@@ -365,7 +365,7 @@ class sys_command():#Thread):
else:
self.exit_code = 0
- if 'ignore_error' in self.kwargs:
+ if 'ignore_errors' in self.kwargs:
self.exit_code = 0
if self.exit_code != 0: