[master 1/1] Pass devices arg when calling actions.process

vojtechtrefny installerbot-noreply at redhat.com
Fri Nov 13 14:38:21 UTC 2015


From: Vojtech Trefny <vtrefny at redhat.com>

---
 blivet/blivet.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/blivet.py b/blivet/blivet.py
index be2007b..09b73bb 100644
--- a/blivet/blivet.py
+++ b/blivet/blivet.py
@@ -168,7 +168,7 @@ def do_it(self, callbacks=None):
 
         """
 
-        self.devicetree.actions.process(callbacks=callbacks)
+        self.devicetree.actions.process(callbacks=callbacks, devices=self.devices)
         if not flags.installer_mode:
             return
 


-- 
To view this commit on github, visit https://github.com/rhinstaller/blivet/commit/df0036ad668405d08aaecc921809fa06a376eab8


More information about the anaconda-patches mailing list