Code review comment for ~mgerdts/cloud-init:lp1746605

Revision history for this message
Scott Moser (smoser) wrote :

fcntl.lockf(fp, fcntl.LOCK_EX)

Do we not need to unlock at some point ? (fcntl.lockf(fp, fcntl.LOCK_UN)
Or are you relying on the lock being let go of on process exit?
or am I just missing something entirely?

« Back to merge proposal