diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-23 15:26:04 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-23 15:26:04 +0000 |
commit | f759e19dce24dc7d351268abc37b6e536ea99c99 (patch) | |
tree | a91e80195bb2ab4fb06c437a3deff50aed0ee972 | |
parent | 75afbcb6042429984840a213a74ddcd15f908422 (diff) | |
download | anaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.tar.gz anaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.tar.xz anaconda-f759e19dce24dc7d351268abc37b6e536ea99c99.zip |
added another threads_enter
-rw-r--r-- | iw/rootpartition.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/rootpartition.py b/iw/rootpartition.py index 60f0dacc1..d0b990083 100644 --- a/iw/rootpartition.py +++ b/iw/rootpartition.py @@ -47,6 +47,7 @@ class PartitionWindow (InstallWindow): "disk immediately. Is that okay?"), "okcancel") if (message.getrc () == 1): + threads_enter () return 0 self.todo.ddruid.save () |