diff options
Diffstat (limited to 'textw/partition_text.py')
-rw-r--r-- | textw/partition_text.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/partition_text.py b/textw/partition_text.py index 6d1e61b19..f021e4f34 100644 --- a/textw/partition_text.py +++ b/textw/partition_text.py @@ -130,7 +130,7 @@ class PartitionTypeWindow: if rc == "F2": if self.addDriveDialog(screen) != INSTALL_BACK: anaconda.storage.reset() - anaconda.id.bootloader.updateDriveList() + anaconda.bootloader.updateDriveList() continue if res == TEXT_BACK_CHECK: |