Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/guided.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/guided.py b/examples/guided.py
index fbe6ea47..364e0a50 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -94,6 +94,7 @@ if archinstall.arguments.get('harddrive', None):
archinstall.arguments['harddrive'] = archinstall.BlockDevice(archinstall.arguments['harddrive'])
else:
archinstall.arguments['harddrive'] = archinstall.select_disk(archinstall.all_disks())
+print(type(archinstall.arguments['harddrive']), archinstall.arguments['harddrive'])
# Perform a quick sanity check on the selected harddrive.
# 1. Check if it has partitions