code cleanup: warnings and style.

This commit is contained in:
2013-04-12 00:50:40 +00:00
parent 742c1cb328
commit 502ddd3128
7 changed files with 24 additions and 21 deletions

View File

@@ -66,7 +66,7 @@ def main():
percent_str = "[" + ("%.2f]" % percent).rjust(7) + " %:"
sys.stdout.flush()
sys.stdout.write("%s " % percent_str)
sys.stdout.write("%s %s\n" % (percent_str, c))
return subprocess.Popen(cmd)