Skip to content

Commit 9bc4583

Browse files
committed
fix typo
1 parent 638499d commit 9bc4583

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/EPM_to_benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
target_ses_dir.mkdir(parents=True, exist_ok=True)
6565

6666
# Copy video to target location with appropriate naming
67-
video_id = f"sub-{sub_id}_ses-{ses_id}_viw-{view}"
67+
video_id = f"sub-{sub_id}_ses-{ses_id}_view-{view}"
6868
source_video_path = dlc_project_dir / "videos" / source_video_name
6969
target_video_path = target_ses_dir / f"{video_id}.mp4"
7070

0 commit comments

Comments
 (0)