Skip to content

Commit

Permalink
Fix docstring in validator re regexp for frame number
Browse files Browse the repository at this point in the history
  • Loading branch information
sfmig committed Dec 4, 2024
1 parent 11c7121 commit abf52fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion movement/validators/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,9 @@ def _file_contains_valid_frame_numbers(self, attribute, value):
files.
If the frame number is included as part of the image file name, then
it is expected as an integer led by at least one zero, followed by the
it is expected to be captured by the regular expression in the
`frame_regexp` attribute of the ValidVIATracksCSV object. The default
regexp matches an integer led by at least one zero, followed by the
file extension.
"""
Expand Down

0 comments on commit abf52fd

Please sign in to comment.