From 7e9ddee96d6f64369e0646f0a43627fafc001417 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Wed, 13 Jan 2010 15:47:12 -0500 Subject: iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out. iutil.execWithRedirect() stopped doing anything with searchPath in 2006 when clumens committed d0dec24. Remove these silly vestigal bits. --- yuminstall.py | 1 - 1 file changed, 1 deletion(-) (limited to 'yuminstall.py') diff --git a/yuminstall.py b/yuminstall.py index e51d1b849..c57d3609e 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1719,7 +1719,6 @@ reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anacon try: iutil.execWithRedirect("yum", ["clean", "all"], stdout="/dev/tty5", stderr="/dev/tty5", - searchPath = 1, root = anaconda.rootPath) except: pass -- cgit