diff options
author | Radek Vykydal <rvykydal@redhat.com> | 2009-09-08 10:38:16 +0200 |
---|---|---|
committer | Radek Vykydal <rvykydal@redhat.com> | 2009-09-14 14:07:47 +0200 |
commit | 1e4c639278e70c03bc20e90798c4340ff24ed3f3 (patch) | |
tree | d012e3e5c92da076fa88059bbc7aaa1a4f0ed0e6 /iutil.py | |
parent | 1b54600538f5cb85fb2137b9d2f5e1118dc9f352 (diff) | |
download | anaconda-1e4c639278e70c03bc20e90798c4340ff24ed3f3.tar.gz anaconda-1e4c639278e70c03bc20e90798c4340ff24ed3f3.tar.xz anaconda-1e4c639278e70c03bc20e90798c4340ff24ed3f3.zip |
Fix busy cursor stack popping when creating formats (#518529).
Pop the stack only where the window pushing it is created and not
in called execWithPulseProgress which causes stack underflow and busy
cursor mess in repo editing.
Diffstat (limited to 'iutil.py')
-rw-r--r-- | iutil.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -323,8 +323,6 @@ def execWithPulseProgress(command, argv, stdin = None, stdout = None, except OSError as e: log.critical("exception from waitpid: %s %s" %(e.errno, e.strerror)) - progress and progress.pop() - closefds() # *shrug* no clue why this would happen, but hope that things are fine if status is None: |