Reworked _safe_uuid() to be it's own function without timeouts.

This commit is contained in:
Anton Hvornum 2021-11-18 15:32:47 +00:00
parent 61bc59f5bf
commit ee2eba6baf
1 changed files with 0 additions and 1 deletions

View File

@ -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