--- iw/task_gui.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/iw/task_gui.py b/iw/task_gui.py index e1d1dd6..ec3c4ae 100644 --- a/iw/task_gui.py +++ b/iw/task_gui.py @@ -43,7 +43,7 @@ def setupRepo(anaconda, repo): try: anaconda.backend.doRepoSetup(anaconda, thisrepo=repo.id, fatalerrors=False) anaconda.backend.doSackSetup(anaconda, thisrepo=repo.id, fatalerrors=False) - log.info("added repository %s with with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl)) + log.info("added repository %s with source URL %s" % (repo.name, repo.mirrorlist or repo.baseurl)) # FIXME: need a per-repo way of doing this; largely cut and paste # from yum right now if not repo.groups_added: -- 1.6.4 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list