Commit 3dbe65de by Michael DeHaan

PEP8 indent fix

parent a9121fec
...@@ -92,9 +92,9 @@ def log_flock(runner): ...@@ -92,9 +92,9 @@ def log_flock(runner):
pass pass
else: else:
try: try:
fcntl.lockf(LOG_LOCK, fcntl.LOCK_EX) fcntl.lockf(LOG_LOCK, fcntl.LOCK_EX)
except OSError: except OSError:
pass pass
def log_unflock(runner): def log_unflock(runner):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment