Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdoret committed Oct 15, 2024
1 parent 0183d45 commit 658372a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modos/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,9 @@ def _add_any_element(
source_path = Path(source_file)
target_path = Path(element._get("data_path"))
self.storage.put(source_path, target_path)

# Genomic files have an associated index file
try:
# Genomic files have an associated index file
ft = GenomicFileSuffix.from_path(source_path)
source_ix = source_path.with_suffix(
source_path.suffix + ft.get_index_suffix()
Expand Down

0 comments on commit 658372a

Please sign in to comment.