Linting issues

This commit is contained in:
Anton Hvornum 2021-11-16 14:14:13 +00:00
parent ba88e0a353
commit af514cf65e
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ class Installer:
time.sleep(1)
try:
get_mount_info(f"{self.target}{mountpoint}", traverse=False)
except DiskError as err:
except DiskError:
raise DiskError(f"Target {self.target}{mountpoint} never got mounted properly (unable to get mount information using findmnt).")
if (subvolumes := mountpoints[mountpoint].get('btrfs', {}).get('subvolumes', {})):