Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/output.py
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-04-28 14:30:12 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2021-04-28 14:30:12 +0200
commit754e4b8b61b9c81f1d9f49f96cffd369d78bb777 (patch)
tree4b4ecf2d14945c6bb8a90c5fc10dc9c178778cdb /archinstall/lib/output.py
parent04804e6edc13fd4cfcba898767919ae9f187842b (diff)
Corrected one indentation.
Diffstat (limited to 'archinstall/lib/output.py')
-rw-r--r--archinstall/lib/output.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/output.py b/archinstall/lib/output.py
index 872de3d0..06d99778 100644
--- a/archinstall/lib/output.py
+++ b/archinstall/lib/output.py
@@ -103,7 +103,7 @@ def log(*args, **kwargs):
kwargs = {'fg': 'white', **kwargs}
string = stylize_output(string, **kwargs)
- # If a logfile is defined in storage,
+ # If a logfile is defined in storage,
# we use that one to output everything
if (filename := storage.get('LOG_FILE', None)):
absolute_logfile = os.path.join(storage.get('LOG_PATH', './'), filename)