mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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…
Reference in a new issue