summaryrefslogtreecommitdiffstats
path: root/installmethod.py
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-07-23 16:56:30 +0000
committerChris Lumens <clumens@redhat.com>2007-07-23 16:56:30 +0000
commit5e8eb5b8e354f43843a1da5ea86ebad102b12501 (patch)
treeec112b3caf6086e7e24bed8a7ea4a219866ecd0e /installmethod.py
parent9d492352eed57c08de46782f06a3b3f4f00df251 (diff)
downloadanaconda-5e8eb5b8e354f43843a1da5ea86ebad102b12501.tar.gz
anaconda-5e8eb5b8e354f43843a1da5ea86ebad102b12501.tar.xz
anaconda-5e8eb5b8e354f43843a1da5ea86ebad102b12501.zip
Set default value to an empty list instead of None.
Diffstat (limited to 'installmethod.py')
-rw-r--r--installmethod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/installmethod.py b/installmethod.py
index 26716794e..c2a3e2fae 100644
--- a/installmethod.py
+++ b/installmethod.py
@@ -25,7 +25,7 @@ class FileCopyException(Exception):
class InstallMethod:
def protectedPartitions(self):
- return None
+ return []
def getTempPath(self):
root = self.rootPath