From 965a08c3f9f2fbd62691d533425c699c943cb865 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 4 Jan 2015 11:22:20 +0100 Subject: Applied autopep8 autopep8 -v -j 8 --max-line-length 120 --in-place --recursive --- git/objects/util.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'git/objects') diff --git a/git/objects/util.py b/git/objects/util.py index 35073971..76a24a6f 100644 --- a/git/objects/util.py +++ b/git/objects/util.py @@ -157,8 +157,8 @@ def parse_date(string_date): try: dtstruct = time.strptime(date_part, fmt) utctime = calendar.timegm((dtstruct.tm_year, dtstruct.tm_mon, dtstruct.tm_mday, - tstruct.tm_hour, tstruct.tm_min, tstruct.tm_sec, - dtstruct.tm_wday, dtstruct.tm_yday, tstruct.tm_isdst)) + tstruct.tm_hour, tstruct.tm_min, tstruct.tm_sec, + dtstruct.tm_wday, dtstruct.tm_yday, tstruct.tm_isdst)) return int(utctime), offset except ValueError: continue -- cgit v1.2.3