lint: Fix E703 pep8 violations.
This commit is contained in:
parent
cac0d1c394
commit
e1dcf74242
|
@ -299,7 +299,7 @@ def run_mirror():
|
||||||
time.sleep(sleepInterval)
|
time.sleep(sleepInterval)
|
||||||
|
|
||||||
except KeyboardInterrupt:
|
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")
|
logging.info("Shutting down Codebase mirror")
|
||||||
|
|
||||||
# void function that checks the permissions of the files this script needs.
|
# void function that checks the permissions of the files this script needs.
|
||||||
|
|
Loading…
Reference in a new issue