summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-12 12:39:27 -0500
committerDavid Lehman <dlehman@redhat.com>2009-03-12 12:57:58 -0500
commit4021d1148f710a0e10d5eefe72d353477a245697 (patch)
treec226f1d4f658839639c9753e237d3ded16b1516d
parent5ddeb7dfb5ad4b85e000284bd2b7e2666b622e96 (diff)
downloadanaconda-4021d1148f710a0e10d5eefe72d353477a245697.tar.gz
anaconda-4021d1148f710a0e10d5eefe72d353477a245697.tar.xz
anaconda-4021d1148f710a0e10d5eefe72d353477a245697.zip
Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)
-rw-r--r--text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.py b/text.py
index b91504056..8d6c6e563 100644
--- a/text.py
+++ b/text.py
@@ -242,7 +242,7 @@ class SaveExceptionWindow:
toplevel.add(scpGrid, 0, 5, (0, 0, 0, 1))
toplevel.add(buttons, 0, 6, growx=1)
- dests = self.anaconda.id.diskset.exceptionDisks(self.anaconda)
+ dests = self.anaconda.id.storage.exceptionDisks()
if len(dests) > 0:
for (dev, desc) in dests: