From ee2eba6baff4b94a6a0d6ab26aae9c4f084a55c6 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Thu, 18 Nov 2021 15:32:47 +0000 Subject: Reworked _safe_uuid() to be it's own function without timeouts. --- archinstall/lib/disk/partition.py | 1 - 1 file changed, 1 deletion(-) (limited to 'archinstall/lib/disk') diff --git a/archinstall/lib/disk/partition.py b/archinstall/lib/disk/partition.py index cfb46015..0d72f6ab 100644 --- a/archinstall/lib/disk/partition.py +++ b/archinstall/lib/disk/partition.py @@ -160,7 +160,6 @@ class Partition: raise DiskError(f"Could not get PARTUUID for {self.path} using 'lsblk -J -o+PARTUUID {self.path}'") - @property def _safe_uuid(self): try: return self.uuid -- cgit v1.2.3-54-g00ecf