diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-22 22:27:07 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-22 22:27:07 +0000 |
commit | 1bc429f0c79e14951535257ae9e417c2fb92a9a2 (patch) | |
tree | 8c4d683af317ef1890c05459c5e400d11d5489f4 /iw/upgrade_migratefs_gui.py | |
parent | be2a61540e6e3c2e79d491c7d64d4e94dddf771e (diff) | |
download | anaconda-1bc429f0c79e14951535257ae9e417c2fb92a9a2.tar.gz anaconda-1bc429f0c79e14951535257ae9e417c2fb92a9a2.tar.xz anaconda-1bc429f0c79e14951535257ae9e417c2fb92a9a2.zip |
pychecker fix... darn that self
Diffstat (limited to 'iw/upgrade_migratefs_gui.py')
-rw-r--r-- | iw/upgrade_migratefs_gui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/upgrade_migratefs_gui.py b/iw/upgrade_migratefs_gui.py index c9f47e6c8..1ea6065ea 100644 --- a/iw/upgrade_migratefs_gui.py +++ b/iw/upgrade_migratefs_gui.py @@ -30,7 +30,7 @@ class UpgradeMigrateFSWindow (InstallWindow): htmlTag = "upmigfs" def getNext (self): - for entry in migent: + for entry in self.migent: entry.setFormat(0) entry.setMigrate(0) entry.fsystem = entry.origfsystem |