Apply Python 3 futurize transform lib2to3.fixes.fix_ws_comma

This commit is contained in:
Eklavya Sharma 2016-03-10 21:03:07 +05:30 committed by Tim Abbott
parent 26eeb9549e
commit d998bc400a
3 changed files with 4 additions and 4 deletions

View file

@ -271,7 +271,7 @@ def run_mirror():
else:
timestamp = int(timestamp, 10)
since = datetime.fromtimestamp(timestamp)
except (ValueError,IOError) as e:
except (ValueError, IOError) as e:
logging.warn("Could not open resume file: %s" % (e.message or e.strerror,))
since = default_since()