diff --git a/subiquity/server/controllers/filesystem.py b/subiquity/server/controllers/filesystem.py index eb7f37b3..c93d9401 100644 --- a/subiquity/server/controllers/filesystem.py +++ b/subiquity/server/controllers/filesystem.py @@ -155,7 +155,7 @@ class FilesystemController(SubiquityController, FilesystemManipulator): # find what's left of the gap after adding boot gap = gaps.within(disk, gap) if gap is None: - raise Exception(f'failed to locate gap after adding boot') + raise Exception('failed to locate gap after adding boot') return disk, gap def guided_direct(self, target, mode=None):