index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-04-04 20:22:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-04 20:22:23 +0000 |
commit | fe686444284d37863e706d24302c288a0d8f5d19 (patch) | |
tree | 03b6b9ef7de61ca9fe30c69882824b318f3cae27 /examples | |
parent | 45e61dd83e001a1a8d5d72531a8b3b23e9747525 (diff) | |
parent | 69a873084593c32b2766315c02a1ddbcdac731d9 (diff) |
-rw-r--r-- | examples/guided.py | 1 |
diff --git a/examples/guided.py b/examples/guided.py index 2e553c4d..a92343f7 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -176,7 +176,6 @@ def ask_user_questions(): if not imported._prep_function(): archinstall.log( ' * Profile\'s preparation requirements was not fulfilled.', - bg='black', fg='red' ) exit(1) |