From c8f31bd344187d2d1b6c4249c6ce6b9ef28c9b63 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Fri, 29 Nov 2019 12:55:38 +0100 Subject: Fixing #18 and #12 --- archinstall.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3-70-g09d2