From abf52fd00d2a79f502b5cf51832c58af7e9267b8 Mon Sep 17 00:00:00 2001 From: sfmig <33267254+sfmig@users.noreply.github.com> Date: Wed, 4 Dec 2024 13:47:42 +0000 Subject: [PATCH] Fix docstring in validator re regexp for frame number --- movement/validators/files.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/movement/validators/files.py b/movement/validators/files.py index efd57e9f..f24d467a 100644 --- a/movement/validators/files.py +++ b/movement/validators/files.py @@ -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. """