From 1be8f4445fbf766eba25f98f78ec52e955571608 Mon Sep 17 00:00:00 2001 From: dbr Date: Sat, 8 Nov 2008 17:48:23 +1030 Subject: [PATCH] Tidy up progress bar display code --- autoPathTv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoPathTv.py b/autoPathTv.py index ee51901..fe41119 100755 --- a/autoPathTv.py +++ b/autoPathTv.py @@ -126,7 +126,7 @@ def copy_with_prog(src_file, dest_file, overwrite = False, block_size = 512): cur_block_pos += block_size sys.stdout.write( - '\r' + str(prgb) + '\r' + '\r%s\r' % str(prgb) ) # If it's the end of file