Skip to content

Commit 4b097dc

Browse files
talmoclaude
andcommitted
Fix line length lint error in comment
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 2cc603e commit 4b097dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sleap/sleap_io_adaptors/lf_labels_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ def video_callback(
890890
# Replace the video filenames with changes by user
891891
for i, item in enumerate(video_list):
892892
if is_image_sequence[i]:
893-
# For image sequences, update all filenames in the list with the new directory
893+
# For image sequences, update all filenames with new directory
894894
original_filenames = item.filename
895895
if filenames[i] != original_filenames[0]:
896896
# The first filename changed, update the directory for all files

0 commit comments

Comments
 (0)