mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 21:06:16 +00:00
Apply Python 3 futurize transform lib2to3.fixes.fix_ws_comma
This commit is contained in:
committed by
Tim Abbott
parent
4fb549abe8
commit
e2d5ec1868
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user