[master 2/6] Add a comment to supported property.

mulkieran installerbot-noreply at redhat.com
Wed Mar 11 22:08:11 UTC 2015


From: mulhern <amulhern at redhat.com>

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

diff --git a/blivet/formats/__init__.py b/blivet/formats/__init__.py
index 73faeb6..ac6395b 100644
--- a/blivet/formats/__init__.py
+++ b/blivet/formats/__init__.py
@@ -456,7 +456,12 @@ def formattable(self):
 
     @property
     def supported(self):
-        """ Is this format a supported type? """
+        """ Is this format a supported type?
+
+            Are the necessary external applications required by the
+            functionality that this format provides actually provided by
+            the environment in which blivet is running?
+        """
         return self._supported
 
     @property


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


More information about the anaconda-patches mailing list