X-Git-Url: https://git.tld-linux.org/?a=blobdiff_plain;f=TLD_Builder%2Fbuild.py;h=bd13bee497a7ba47e7ac56e720a65e083d218614;hb=92949e17161a53bfb4a60099e22b58ad63abce4c;hp=31689e74dad8bc7af77731b4f0cb0153ba9e5c5b;hpb=31722b4deb579cd93f6b41fee18980a715b275c2;p=tld-builder.git diff --git a/TLD_Builder/build.py b/TLD_Builder/build.py index 31689e7..bd13bee 100644 --- a/TLD_Builder/build.py +++ b/TLD_Builder/build.py @@ -36,7 +36,7 @@ def run_command(batch): # TODO: the append here by shell hack should be solved in python c = "(%s) >> %s 2>&1" % (command, batch.logfile) f = os.popen(c) - for l in f.xreadlines(): + for l in f: pass r = f.close() if r == None: