diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-11-28 00:10:51 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-11-28 00:10:51 +0000 |
commit | 00c1306e6d325c62c1584314de5026b2b6a7020d (patch) | |
tree | 1d7592b048a563f54c0d613cb0fab8ff8db07c88 /upgrade.py | |
parent | 352cb8943d4607767ed69e6e02db619b799a9a10 (diff) | |
download | anaconda-00c1306e6d325c62c1584314de5026b2b6a7020d.tar.gz anaconda-00c1306e6d325c62c1584314de5026b2b6a7020d.tar.xz anaconda-00c1306e6d325c62c1584314de5026b2b6a7020d.zip |
oops, forgot this part
Diffstat (limited to 'upgrade.py')
-rw-r--r-- | upgrade.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.py b/upgrade.py index 1f595a9d7..e7369a3fd 100644 --- a/upgrade.py +++ b/upgrade.py @@ -70,7 +70,7 @@ def mountRootPartition(intf, rootInfo, oldfsset, instPath, allowDirty = 0, else: isys.umount(instPath) - if not allowDirty and oldfsset.hasDirtyFilesystems(): + if not allowDirty and oldfsset.hasDirtyFilesystems(instPath): import sys diskset.stopAllRaid() intf.messageWindow(_("Dirty Filesystems"), |