Signed-off-by: Pete Wyckoff <[email protected]>
---
git-p4.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/git-p4.py b/git-p4.py
index cb1ec8d..9712082 100755
--- a/git-p4.py
+++ b/git-p4.py
@@ -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))
--
1.8.0.276.gd9397fc
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html