-
- Downloads
Fixed verify_freespace check and return False on isFileLocked check
- verify_freespace will now log that a file is locked for access and return True on the free space (would stop PP if a file could not be read) - isFileLocked will now return True if a file cannot be checked by os.path.isfile() Effectively logs a locked file correctly now when a file is locked for either reading and/or writing.
Loading
Please register or sign in to comment