diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-07-20 05:41:27 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-07-20 05:41:27 +0000 |
commit | b28e0fc487e766dd9e236f7660c02210c7d6c616 (patch) | |
tree | 243b507a35b70fbcf740c1d688d70d993aa01385 /textw/upgrade_text.py | |
parent | c9d4bac54e0d29664e5df0125d118836fcdecd79 (diff) | |
download | anaconda-b28e0fc487e766dd9e236f7660c02210c7d6c616.tar.gz anaconda-b28e0fc487e766dd9e236f7660c02210c7d6c616.tar.xz anaconda-b28e0fc487e766dd9e236f7660c02210c7d6c616.zip |
second oot award of the day
Diffstat (limited to 'textw/upgrade_text.py')
-rw-r--r-- | textw/upgrade_text.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/upgrade_text.py b/textw/upgrade_text.py index 7d3d61363..6ca862839 100644 --- a/textw/upgrade_text.py +++ b/textw/upgrade_text.py @@ -49,6 +49,7 @@ class UpgradeMigrateFSWindow: entry = fsset.getEntryByDeviceName(req.device) if not entry: # only show partitions in current fstab + pass else: mntpt = entry.mountpoint |