Skip to content

Commit

Permalink
[Normal] Update Some Code
Browse files Browse the repository at this point in the history
  • Loading branch information
ColdWindScholar committed Jul 26, 2024
1 parent 96f0be0 commit cb3753c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgextractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def scan_dir(root_inode, root_path=""):
for entry_name, entry_inode_idx, entry_type in root_inode.open_dir():
if entry_name in ['.', '..'] or entry_name.endswith(' (2)'):
continue
if self.error_times >= 3:
if self.error_times >= 200:
print("Some thing wrong,Stop!")
break
entry_inode = root_inode.volume.get_inode(entry_inode_idx, entry_type)
Expand Down

0 comments on commit cb3753c

Please sign in to comment.