PEP8 indent fix
This commit is contained in:
parent
a9121fecda
commit
3dbe65def2
1 changed files with 2 additions and 2 deletions
|
@ -92,9 +92,9 @@ def log_flock(runner):
|
|||
pass
|
||||
else:
|
||||
try:
|
||||
fcntl.lockf(LOG_LOCK, fcntl.LOCK_EX)
|
||||
fcntl.lockf(LOG_LOCK, fcntl.LOCK_EX)
|
||||
except OSError:
|
||||
pass
|
||||
pass
|
||||
|
||||
|
||||
def log_unflock(runner):
|
||||
|
|
Loading…
Add table
Reference in a new issue