Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples/guided.py
diff options
context:
space:
mode:
authorZach Osman <zosman@gmu.edu>2021-04-04 16:14:13 -0400
committerZach Osman <zosman@gmu.edu>2021-04-04 16:14:13 -0400
commit69a873084593c32b2766315c02a1ddbcdac731d9 (patch)
tree03b6b9ef7de61ca9fe30c69882824b318f3cae27 /examples/guided.py
parent9b2af4eb4cbcbb9f32aecbe43d2987a796864048 (diff)
Removing background color definitions for all log functions
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py1
1 files changed, 0 insertions, 1 deletions
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)