这总没问题了吧

This commit is contained in:
EillesWan 2024-10-21 23:48:22 +08:00
parent e2d484c6de
commit c8fea23376

View File

@ -542,7 +542,8 @@ async def _(
forward_=axis_forward, forward_=axis_forward,
limit_=length_limit, limit_=length_limit,
author=author_name, author=author_name,
outfile=usr_temp_path / file_to_convert / ".bdx", outfile=os.path.splitext(usr_temp_path / file_to_convert)[0]
+ ".bdx",
) )
)[0]: )[0]:
all_files[file_to_convert]["bdx"] = { all_files[file_to_convert]["bdx"] = {