[PATCH 10/13] Fix reference to 'factory' from within DeviceFactory class.

David Lehman dlehman at redhat.com
Fri Mar 1 22:13:28 UTC 2013


This is caused by an error in commit e3ceb9b553fb0b69.
---
 blivet/devicefactory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/devicefactory.py b/blivet/devicefactory.py
index 466fec3..f548cc5 100644
--- a/blivet/devicefactory.py
+++ b/blivet/devicefactory.py
@@ -606,7 +606,7 @@ class DeviceFactory(object):
                         self.size = 0
                         self.disks = container.disks
                         try:
-                            self.set_container_members(container, factory)
+                            self.set_container_members(container)
                         except StorageError as e:
                             log.error("failed to revert container: %s" % e)
                             raise ErrorRecoveryFailure("failed to revert container")
-- 
1.8.1



More information about the anaconda-patches mailing list