Commit c9ceee7f by xiaoqi

脚本

parent 1304aa3d
Showing with 1 additions and 1 deletions
......@@ -96,5 +96,5 @@ for gift_path in find_files_by_prefixes("webp_dir", gift_id):
for gift_path in find_files_by_prefixes("motoring", motoring_id):
convert_webp_2_mp4.check_file_or_dir(gift_path, "mp4ConvertResult")
print(f"座驾路径{gift_path}")
if not is_null_or_empty(webp_path_or_dir):
if not is_null_or_empty(f"mp4ConvertResult/{webp_path_or_dir}"):
convert_webp_2_mp4.check_file_or_dir(webp_path_or_dir)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment