mirror of
https://github.com/frej/fast-export.git
synced 2025-11-10 21:05:40 +01:00
fix calculation of newest revision for initial import
This commit is contained in:
@@ -183,7 +183,7 @@ if len(revision) > 0:
|
||||
|
||||
fileCnt = 0
|
||||
for info in p4CmdList("files %s...%s" % (prefix, revision)):
|
||||
change = info["change"]
|
||||
change = int(info["change"])
|
||||
if change > newestRevision:
|
||||
newestRevision = change
|
||||
|
||||
|
||||
Reference in New Issue
Block a user