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
|
@ -189,7 +189,7 @@ def since():
|
|||
timestamp = float(datestring)
|
||||
max_timestamp_processed = datetime.fromtimestamp(timestamp)
|
||||
logging.info("Reading from resume file: " + datestring)
|
||||
except (ValueError,IOError) as e:
|
||||
except (ValueError, IOError) as e:
|
||||
logging.warn("Could not open resume file: %s" % (
|
||||
e.message or e.strerror,))
|
||||
max_timestamp_processed = default_since()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue