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:
authorAnton Hvornum <anton.feeds@gmail.com>2021-06-07 12:40:24 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2021-06-07 12:40:24 +0200
commit5701ef953919230f1478294cabcc66ccdbe95e34 (patch)
tree722f409688719f8193f1fbfa77628f818e1c8961 /examples/guided.py
parent25e835ce3e42d2c04cca9b2379723af7984c6fee (diff)
Started working on the load_layout function
Diffstat (limited to 'examples/guided.py')
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index a2cd29fc..b4c12fd6 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -206,7 +206,7 @@ def perform_filesystem_operations():
"""
if archinstall.arguments.get('harddrives', None):
- print(f" ! Formatting {archinstall.arguments['harddrive']} in ", end='')
+ print(f" ! Formatting {archinstall.arguments['harddrives']} in ", end='')
archinstall.do_countdown()
"""