diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-13 20:56:42 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-13 20:56:42 +0000 |
commit | 56afd146150f5d8d846f1dc5a93fdf228d5263f8 (patch) | |
tree | e9ece6bb14f4117e86dc1b3f601d87a56848b8c1 /textw | |
parent | 8f80aae64e43e132aa53c02e996e1aad5c314ac0 (diff) | |
download | anaconda-56afd146150f5d8d846f1dc5a93fdf228d5263f8.tar.gz anaconda-56afd146150f5d8d846f1dc5a93fdf228d5263f8.tar.xz anaconda-56afd146150f5d8d846f1dc5a93fdf228d5263f8.zip |
fix
Diffstat (limited to 'textw')
-rw-r--r-- | textw/partitioning.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textw/partitioning.py b/textw/partitioning.py index d588ad5eb..b2024d10a 100644 --- a/textw/partitioning.py +++ b/textw/partitioning.py @@ -80,6 +80,7 @@ class ManualPartitionWindow: os.remove ('/tmp/' + device) except: # XXX fixme + pass screen.resume () if button == "back": |