Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAnton Hvornum <anton@hvornum.se>2021-02-07 18:44:26 +0100
committerAnton Hvornum <anton@hvornum.se>2021-02-07 18:44:26 +0100
commit47649074b8e182505b9def828b8cc344c96a3cb0 (patch)
treec4a0f917201c8dc6c970a60ffaca4cde2ac99f89 /examples
parent819a8f742ea3177890077754db04a731ad3cb35a (diff)
Quotation issue
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index f807e734..a9af24bd 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -263,7 +263,7 @@ input('Press Enter to continue.')
We mention the drive one last time, and count from 5 to 0.
"""
-print(f' ! Formatting {archinstall.arguments['harddrive']} in ', end='')
+print(f" ! Formatting {archinstall.arguments['harddrive']} in ", end='')
for i in range(5, 0, -1):
print(f"{i}", end='')