Neatened up output.
This commit is contained in:
parent
26d1127e64
commit
a5f82d5e00
|
@ -115,9 +115,9 @@ class P4SyncMissing:
|
||||||
file_type_binary = 'binary+l'
|
file_type_binary = 'binary+l'
|
||||||
file_type_text = 'text'
|
file_type_text = 'text'
|
||||||
|
|
||||||
client_file = None
|
client_file = None
|
||||||
file_action = None
|
file_action = None
|
||||||
file_type = None
|
file_type = None
|
||||||
file_type_last = None
|
file_type_last = None
|
||||||
|
|
||||||
# todo: use fewer threads, increase bucket size and use p4 threading
|
# todo: use fewer threads, increase bucket size and use p4 threading
|
||||||
|
@ -206,11 +206,9 @@ class P4SyncMissing:
|
||||||
print( " Done." )
|
print( " Done." )
|
||||||
|
|
||||||
if not options.quiet:
|
if not options.quiet:
|
||||||
print( " Done." )
|
|
||||||
|
|
||||||
end = time.clock()
|
end = time.clock()
|
||||||
delta = end - start
|
delta = end - start
|
||||||
output = "\nFinished in " + str(delta) + "s"
|
output = " Done. Finished in " + str(delta) + "s"
|
||||||
print( output )
|
print( output )
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
|
Loading…
Reference in New Issue