mirror of
https://github.com/frej/fast-export.git
synced 2025-11-10 21:05:40 +01:00
display progress again (forgot to flush)
This commit is contained in:
@@ -91,6 +91,7 @@ for change in changes:
|
||||
description = p4Cmd("describe %s" % change)
|
||||
|
||||
sys.stdout.write("\rimporting revision %s (%s%%)" % (change, cnt * 100 / len(changes)))
|
||||
sys.stdout.flush()
|
||||
cnt = cnt + 1
|
||||
|
||||
epoch = description["time"]
|
||||
|
||||
Reference in New Issue
Block a user