Skip to content

Commit a4e9054

Browse files
Pete Wyckoffgitster
authored andcommitted
git p4: fix labelDetails typo in exception
Signed-off-by: Pete Wyckoff <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent e6777fd commit a4e9054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-p4.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2406,7 +2406,7 @@ def importP4Labels(self, stream, p4Labels):
24062406
try:
24072407
tmwhen = time.strptime(labelDetails['Update'], "%Y/%m/%d %H:%M:%S")
24082408
except ValueError:
2409-
print "Could not convert label time %s" % labelDetail['Update']
2409+
print "Could not convert label time %s" % labelDetails['Update']
24102410
tmwhen = 1
24112411

24122412
when = int(time.mktime(tmwhen))

0 commit comments

Comments
 (0)