How to use the filelock.logger function in filelock

To help you get started, we’ve selected a few filelock examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github TheCacophonyProject / classifier-pipeline / ml_tools / trackdatabase.py View on Github external
def __init__(self, db, mode="r"):
        self.mode = mode
        self.f = None
        self.db = db
        self.lock = filelock.FileLock(HDF5Manager.LOCK_FILE, timeout=60 * 3)
        filelock.logger().setLevel(logging.ERROR)

filelock

A platform independent file lock.

Unlicense
Latest version published 4 days ago

Package Health Score

94 / 100
Full package analysis

Similar packages