Skip to content

Commit

Permalink
Updating long line.
Browse files Browse the repository at this point in the history
  • Loading branch information
sunset666 committed Apr 15, 2024
1 parent 92d305f commit fadcf18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ingest_validation_tests/fastq_validator_logic.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,8 @@ def _find_duplicates(self, dirs_and_files):
if len(filepaths) > 1:
self.errors.append(
_log(
f"{filename} has been found multiple times during this validation. Locations of duplicates: {filepaths}." # noqa: E501
f"{filename} has been found multiple times during this validation. "
f"Locations of duplicates: {filepaths}." # noqa: E501
)
)

Expand Down

0 comments on commit fadcf18

Please sign in to comment.