1
0
Fork 0
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:
Michael DeHaan 2013-08-03 14:54:24 -04:00
parent a9121fecda
commit 3dbe65def2

View file

@ -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):