[blivet:master 2/2] Remove pointless assignment to _formattable in Iso9660FS.

mulhern amulhern at redhat.com
Wed Nov 12 23:52:32 UTC 2014


Let it inherit the assignment from DeviceFormat, like all the other
filesystems that are not formattable.

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

diff --git a/blivet/formats/fs.py b/blivet/formats/fs.py
index adb85ee..0c6184d 100644
--- a/blivet/formats/fs.py
+++ b/blivet/formats/fs.py
@@ -1421,7 +1421,6 @@ register_device_format(NFSv4)
 class Iso9660FS(FS):
     """ ISO9660 filesystem. """
     _type = "iso9660"
-    _formattable = False
     _supported = True
     _resizable = False
     _linuxNative = False
-- 
1.9.3



More information about the anaconda-patches mailing list