index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 12:55:38 +0100 |
---|---|---|
committer | Anton Hvornum <anton.feeds+github@gmail.com> | 2019-11-29 12:55:38 +0100 |
commit | c8f31bd344187d2d1b6c4249c6ce6b9ef28c9b63 (patch) | |
tree | bb466ba2bfb192a84e91740246e62f9901a3f6a3 | |
parent | 4652a3eee483fa4e565a48c2b6ed531b8c46ffc4 (diff) |
-rw-r--r-- | archinstall.py | 2 |
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: |