Skip to content

Commit

Permalink
Update movement/validators/files.py
Browse files Browse the repository at this point in the history
Co-authored-by: Niko Sirmpilatze <[email protected]>
  • Loading branch information
vigji and niksirbi authored Dec 10, 2024
1 parent c5f035a commit 4942d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion movement/validators/files.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ class ValidAniposeCSV:
def _file_contains_expected_headers(self, attribute, value):
"""Ensure that the .csv file contains the expected headers.
These are to be found among the top 4 rows of the file.
These are to be found in the first row of the .csv file.
"""
expected_header_suffixes = [
"_x",
Expand Down

0 comments on commit 4942d2c

Please sign in to comment.