diff options
author | Hans de Goede <hdegoede@redhat.com> | 2009-02-06 10:35:47 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2009-02-06 10:38:05 +0100 |
commit | 9f90efcac66ac4e76a411bb287c4d6d24a2f993e (patch) | |
tree | 1bfa9bd9a0ff00de60776399ef568b71f98ca4da /iutil.py | |
parent | 283c9eafe805560cb3a5ba3761341cbd757f1e5c (diff) | |
download | anaconda-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.py | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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,)) |