mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
PEP8 indent fix
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user