summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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,))