mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-10 00:10:46 +08:00
typo
This commit is contained in:
parent
4e234de7f6
commit
6ddeca80d4
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ class CheckHardLinks:
|
||||||
logger.trace(f"Checking file inum: {os.stat(file).st_ino}")
|
logger.trace(f"Checking file inum: {os.stat(file).st_ino}")
|
||||||
logger.trace(f"Checking file size: {file_size}")
|
logger.trace(f"Checking file size: {file_size}")
|
||||||
logger.trace(f"Checking no of hard links: {file_no_hardlinks}")
|
logger.trace(f"Checking no of hard links: {file_no_hardlinks}")
|
||||||
logger.tract(f"Checking inode_count dict: {self.inode_count.get(os.stat(file).st_ino)}")
|
logger.trace(f"Checking inode_count dict: {self.inode_count.get(os.stat(file).st_ino)}")
|
||||||
if file_no_hardlinks - self.inode_count.get(os.stat(file).st_ino, 1) > 0 and file_size >= (
|
if file_no_hardlinks - self.inode_count.get(os.stat(file).st_ino, 1) > 0 and file_size >= (
|
||||||
largest_file_size * threshold
|
largest_file_size * threshold
|
||||||
):
|
):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue