Apply Python 3 futurize transform lib2to3.fixes.fix_ws_comma
This commit is contained in:
parent
26eeb9549e
commit
d998bc400a
3 changed files with 4 additions and 4 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue