Added some debugging.
This commit is contained in:
parent
9fe4b7b5c7
commit
75eb42be51
|
|
@ -279,7 +279,7 @@ class Filesystem():
|
|||
# raise DiskError(f'Problem setting the partition format to GPT:', f'/usr/bin/parted -s {self.blockdevice.device} mklabel gpt')
|
||||
#else:
|
||||
# raise DiskError(f'Unknown mode selected to format in: {self.mode}')
|
||||
print(self.blockdevice)
|
||||
print(type(self.blockdevice))
|
||||
print('Keep partitions:', self.blockdevice.keep_partitions)
|
||||
|
||||
def __repr__(self):
|
||||
|
|
|
|||
Loading…
Reference in New Issue