--- storage/devices.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/storage/devices.py b/storage/devices.py index b46479b..e236710 100644 --- a/storage/devices.py +++ b/storage/devices.py @@ -2835,7 +2835,7 @@ class FileDevice(StorageDevice): for parent in self.parents: parent.format.setup() - def teardown(self): + def teardown(self, recursive=None): StorageDevice.teardown(self) if self.format and self.format.exists and not self.format.status: self.format.device = self.path -- 1.6.1.3 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list