diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-02-10 19:43:19 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-02-10 19:43:19 +0000 |
commit | 779ff97808d3ad795671818c17200f6b78d8a95d (patch) | |
tree | 07d41dd6cacd1c07a4926f7fd5669138f8ee7ee0 | |
parent | 9cdef8bf8a2493388a30c8658328cb974bfc42ad (diff) | |
download | anaconda-779ff97808d3ad795671818c17200f6b78d8a95d.tar.gz anaconda-779ff97808d3ad795671818c17200f6b78d8a95d.tar.xz anaconda-779ff97808d3ad795671818c17200f6b78d8a95d.zip |
going back from partitioning should have us rescan the list of drives probably
-rw-r--r-- | partitioning.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitioning.py b/partitioning.py index 793cbcb84..daac59f28 100644 --- a/partitioning.py +++ b/partitioning.py @@ -42,6 +42,7 @@ from rhpl.log import log def partitionObjectsInitialize(diskset, partitions, dir, intf): if dir == DISPATCH_BACK: diskset.closeDevices() + isys.flushDriveDict() return # read in drive info |