summaryrefslogtreecommitdiffstats
path: root/packages.py
diff options
context:
space:
mode:
authorDavid Lehman <dlehman@redhat.com>2009-03-20 22:46:00 -0500
committerDavid Lehman <dlehman@redhat.com>2009-03-20 22:59:47 -0500
commit098449b0c7b40f425cb232abaf5bd94bf873e8ed (patch)
tree43b6ab54d572d791cba894530d8787d8a1a4d18e /packages.py
parent29701147ff691c168dbef8682ef3ed6a811819ad (diff)
downloadanaconda-098449b0c7b40f425cb232abaf5bd94bf873e8ed.tar.gz
anaconda-098449b0c7b40f425cb232abaf5bd94bf873e8ed.tar.xz
anaconda-098449b0c7b40f425cb232abaf5bd94bf873e8ed.zip
Fix traceback on upgrade. (#491446)
Diffstat (limited to 'packages.py')
-rw-r--r--packages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages.py b/packages.py
index 26eb7dfa0..03e21b324 100644
--- a/packages.py
+++ b/packages.py
@@ -108,7 +108,7 @@ def turnOnFilesystems(anaconda):
upgrade_migrate = False
if anaconda.id.upgrade:
for d in anaconda.id.storage.fsset.migratableDevices:
- if d.migrate:
+ if d.format.migrate:
upgrade_migrate = True
try: