From 62a14d09455c7f7b1b6dbcf5810c8e452d2858d7 Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 7 Feb 2021 19:26:47 +0100 Subject: Forgot importpath for exceptions --- examples/guided.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/guided.py b/examples/guided.py index a9af24bd..c5e1474e 100644 --- a/examples/guided.py +++ b/examples/guided.py @@ -117,7 +117,7 @@ if archinstall.arguments['harddrive'].has_partitions(): raise archinstall.DiskError(f"The selected drive {archinstall.arguments['harddrive']} is not pre-mounted to {archinstall.storage['MOUNT_POINT']}. This is required when keeping a existing partitioning scheme.") archinstall.log('Using existing partition table reported above.') - except UnknownFilesystemFormat as err: + except archinstall.UnknownFilesystemFormat as err: archinstall.log(f"Current filesystem is not supported: {err}", fg='red') input(f"Do you wish to erase all data? (y/n):") -- cgit v1.2.3-54-g00ecf