From 24dfe9738653c1e1b241db2cc665c6cab5eeae75 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Mon, 7 Dec 2020 15:30:00 +0100 Subject: Spelling error --- archinstall/lib/disk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/disk.py b/archinstall/lib/disk.py index a0ba3742..002dfe49 100644 --- a/archinstall/lib/disk.py +++ b/archinstall/lib/disk.py @@ -222,7 +222,7 @@ class Filesystem(): def add_partition(self, type, start, end, format=None): log(f'Adding partition to {self.blockdevice}', level=LOG_LEVELS.Info, file=storage.get('logfile', None)) if format: - paritioning = self.parted(f'{self.blockdevice.device} mkpart {type} {format} {start} {end}') == 0: + paritioning = self.parted(f'{self.blockdevice.device} mkpart {type} {format} {start} {end}') == 0 else: paritioning = self.parted(f'{self.blockdevice.device} mkpart {type} {start} {end}') == 0 -- cgit v1.2.3-70-g09d2