index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Anton Hvornum <anton@hvornum.se> | 2021-02-07 18:44:26 +0100 |
---|---|---|
committer | Anton Hvornum <anton@hvornum.se> | 2021-02-07 18:44:26 +0100 |
commit | 47649074b8e182505b9def828b8cc344c96a3cb0 (patch) | |
tree | c4a0f917201c8dc6c970a60ffaca4cde2ac99f89 /examples/guided.py | |
parent | 819a8f742ea3177890077754db04a731ad3cb35a (diff) |
-rw-r--r-- | examples/guided.py | 2 |
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='') |