mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
lint: Fix E703 pep8 violations.
This commit is contained in:
@@ -299,7 +299,7 @@ def run_mirror():
|
||||
time.sleep(sleepInterval)
|
||||
|
||||
except KeyboardInterrupt:
|
||||
open(config.RESUME_FILE, 'w').write(since.strftime("%s"));
|
||||
open(config.RESUME_FILE, 'w').write(since.strftime("%s"))
|
||||
logging.info("Shutting down Codebase mirror")
|
||||
|
||||
# void function that checks the permissions of the files this script needs.
|
||||
|
||||
Reference in New Issue
Block a user