Make sure that the FileLock instance doesn't leave a lockfile lying around.
(self)
| 284 | self.release() |
| 285 | |
| 286 | def __del__(self): |
| 287 | """ Make sure that the FileLock instance doesn't leave a lockfile |
| 288 | lying around. |
| 289 | """ |
| 290 | self.release() |
| 291 | |
| 292 | def print_session(session): |
| 293 | """ |