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. --- iutil.py | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/iutil.py b/iutil.py index e19e51f..1f2c982 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: -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list