summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorRadek Vykydal <rvykydal@redhat.com>2009-09-08 10:38:16 +0200
committerRadek Vykydal <rvykydal@redhat.com>2009-09-14 14:07:47 +0200
commit1e4c639278e70c03bc20e90798c4340ff24ed3f3 (patch)
treed012e3e5c92da076fa88059bbc7aaa1a4f0ed0e6 /iutil.py
parent1b54600538f5cb85fb2137b9d2f5e1118dc9f352 (diff)
downloadanaconda-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.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/iutil.py b/iutil.py
index e19e51f01..1f2c982f0 100644
--- a/iutil.py
+++ b/iutil.py
@@ -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: