Fixed show_progress for quiet mode
This commit is contained in:
parent
ae86d50d68
commit
3d4e51aa18
@ -84,6 +84,7 @@ class FileGetter(threading.Thread):
|
|||||||
|
|
||||||
|
|
||||||
def show_progress( count, total ):
|
def show_progress( count, total ):
|
||||||
|
if not quiet:
|
||||||
status = " %d out of %d files" % ( count, total )
|
status = " %d out of %d files" % ( count, total )
|
||||||
sys.stdout.write( status )
|
sys.stdout.write( status )
|
||||||
if ( count < total ):
|
if ( count < total ):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user