[PATCH 2/2] The return value from execWithRedirect is an int (#891313).

Chris Lumens clumens at redhat.com
Wed Jan 2 20:58:48 UTC 2013


---
 pyanaconda/storage/formats/fs.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyanaconda/storage/formats/fs.py b/pyanaconda/storage/formats/fs.py
index ce4be0b..70a52a4 100644
--- a/pyanaconda/storage/formats/fs.py
+++ b/pyanaconda/storage/formats/fs.py
@@ -462,7 +462,7 @@ class FS(DeviceFormat):
             raise FSResizeError(e, self.device)
 
         if ret:
-            raise FSResizeError("resize failed: %s" % ret.rc, self.device)
+            raise FSResizeError("resize failed: %s" % ret, self.device)
 
         self.doCheck()
 
-- 
1.7.11.2



More information about the anaconda-patches mailing list