Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 12:55:38 +0100
committerAnton Hvornum <anton.feeds+github@gmail.com>2019-11-29 12:55:38 +0100
commitc8f31bd344187d2d1b6c4249c6ce6b9ef28c9b63 (patch)
treebb466ba2bfb192a84e91740246e62f9901a3f6a3 /archinstall.py
parent4652a3eee483fa4e565a48c2b6ed531b8c46ffc4 (diff)
Fixing #18 and #12
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: