We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cc603e commit 4b097dcCopy full SHA for 4b097dc
sleap/sleap_io_adaptors/lf_labels_utils.py
@@ -890,7 +890,7 @@ def video_callback(
890
# Replace the video filenames with changes by user
891
for i, item in enumerate(video_list):
892
if is_image_sequence[i]:
893
- # For image sequences, update all filenames in the list with the new directory
+ # For image sequences, update all filenames with new directory
894
original_filenames = item.filename
895
if filenames[i] != original_filenames[0]:
896
# The first filename changed, update the directory for all files
0 commit comments