May be a bug in yum? --- iw/task_gui.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/iw/task_gui.py b/iw/task_gui.py index 3262a78..365e2d0 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -66,6 +66,8 @@ def setupRepo(anaconda, repo): "Please ensure that your repository has been " "correctly generated.\n\n%s" % str(e)), type="ok", custom_icon="error") + repo.disable() + repo.close() anaconda.backend.ayum.repos.delete(repo.id) return False @@ -368,6 +370,7 @@ class RepoEditor: except: pass + self.repo.disable() self.repo.close() self.anaconda.backend.ayum.repos.delete(self.repo.id) log.info("deleted (UI) repository %s with source URL %s, id:%s" -- 1.6.0.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list