PATCH: remove statement without effect to make pychecker happy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



subject says it all:

diff --git a/iutil.py b/iutil.py
index c39f642..f13956f 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,))

_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/anaconda-devel-list

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux