auto-save 2026-05-14 04:26 (~5)

This commit is contained in:
2026-05-14 04:26:56 +08:00
parent ec96e81c02
commit 8f2b8d373c
5 changed files with 80 additions and 38 deletions

View File

@@ -640,7 +640,7 @@ async def pipeline_analyze(
existing_frames = list(job.frames) if not replacing else []
if replacing and frames_dir.exists():
shutil.rmtree(frames_dir)
frames_dir.mkdir(parents=True)
frames_dir.mkdir(parents=True, exist_ok=True)
scan_dir = d / "frame_scan"
if scan_dir.exists():
shutil.rmtree(scan_dir)