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.feeds@gmail.com>2021-03-08 14:57:47 +0100
committerAnton Hvornum <anton.feeds@gmail.com>2021-03-08 14:57:47 +0100
commit30467ca50f289dc474d4cf906d05778c85d8d86d (patch)
tree69580f25b02169c715a0d79f41f0611a6a4e99b0 /examples
parent75eb42be5111697b325a5ca5d400d49dc3e30c45 (diff)
Added some debugging.
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