Skip to content

Commit

Permalink
git p4: fix labelDetails typo in exception
Browse files Browse the repository at this point in the history
Signed-off-by: Pete Wyckoff <pw@padd.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Pete Wyckoff authored and Junio C Hamano committed Nov 26, 2012
1 parent e6777fd commit a4e9054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-p4.py
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,7 @@ def importP4Labels(self, stream, p4Labels):
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))
Expand Down

0 comments on commit a4e9054

Please sign in to comment.