[blivet:master 11/14] Suppress unused variable warning

mulhern amulhern at redhat.com
Fri Mar 28 22:50:36 UTC 2014


Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/blivet/__init__.py b/blivet/__init__.py
index 2853dff..eae2e05 100644
--- a/blivet/__init__.py
+++ b/blivet/__init__.py
@@ -3170,7 +3170,7 @@ def parseFSTab(devicetree, chroot=None):
             if len(fields) < 5:
                 continue
 
-            (devspec, mountpoint, fstype, options, rest) = fields
+            (devspec, mountpoint, fstype, options, _rest) = fields
 
             # find device in the tree
             device = devicetree.resolveDevice(devspec,
-- 
1.8.3.1



More information about the anaconda-patches mailing list