We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 638499d commit 9bc4583Copy full SHA for 9bc4583
examples/EPM_to_benchmark.py
@@ -64,7 +64,7 @@
64
target_ses_dir.mkdir(parents=True, exist_ok=True)
65
66
# Copy video to target location with appropriate naming
67
-video_id = f"sub-{sub_id}_ses-{ses_id}_viw-{view}"
+video_id = f"sub-{sub_id}_ses-{ses_id}_view-{view}"
68
source_video_path = dlc_project_dir / "videos" / source_video_name
69
target_video_path = target_ses_dir / f"{video_id}.mp4"
70
0 commit comments