Skip to content

Commit

Permalink
- [Tool] Catch More Bugs
Browse files Browse the repository at this point in the history
Signed-off-by: ColdWindScholar <3590361911@qq.com>
  • Loading branch information
ColdWindScholar committed Aug 24, 2024
1 parent c82270e commit e8ec21b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -3882,7 +3882,7 @@ def dndfile(files):
try:
fi = fi.decode('gbk')
except (Exception, BaseException):
...
logging.exception('fI')
if os.path.exists(fi):
if fi.endswith(".mpk"):
InstallMpk(fi)
Expand Down

0 comments on commit e8ec21b

Please sign in to comment.