Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 98739519..22485020 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -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', {})):