зеркало из https://github.com/microsoft/git.git
git p4: fix labelDetails typo in exception
Signed-off-by: Pete Wyckoff <pw@padd.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
e6777fde8d
Коммит
a4e9054cfb
|
@ -2406,7 +2406,7 @@ class P4Sync(Command, P4UserMap):
|
|||
try:
|
||||
tmwhen = time.strptime(labelDetails['Update'], "%Y/%m/%d %H:%M:%S")
|
||||
except ValueError:
|
||||
print "Could not convert label time %s" % labelDetail['Update']
|
||||
print "Could not convert label time %s" % labelDetails['Update']
|
||||
tmwhen = 1
|
||||
|
||||
when = int(time.mktime(tmwhen))
|
||||
|
|
Загрузка…
Ссылка в новой задаче