summaryrefslogtreecommitdiffstats
path: root/iutil.py
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2009-02-06 10:35:47 +0100
committerHans de Goede <hdegoede@redhat.com>2009-02-06 10:38:05 +0100
commit9f90efcac66ac4e76a411bb287c4d6d24a2f993e (patch)
tree1bfa9bd9a0ff00de60776399ef568b71f98ca4da /iutil.py
parent283c9eafe805560cb3a5ba3761341cbd757f1e5c (diff)
downloadanaconda-9f90efcac66ac4e76a411bb287c4d6d24a2f993e.tar.gz
anaconda-9f90efcac66ac4e76a411bb287c4d6d24a2f993e.tar.xz
anaconda-9f90efcac66ac4e76a411bb287c4d6d24a2f993e.zip
Remove statement without effect to make pychecker happy
Remove statement without effect to make pychecker happy.
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 c39f642ee..f13956f8a 100644
--- a/iutil.py
+++ b/iutil.py
@@ -115,8 +115,6 @@ def execWithCapture(command, argv, stdin = 0, stderr = 2, root='/'):
if type(stderr) == type("string"):
stderr = open(stderr, "w")
- else:
- stderr = stderr
runningLog = open("/tmp/program.log", "a")
runningLog.write("Running... %s\n" % ([command] + argv,))