Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nalinigans committed Jan 3, 2025
1 parent e96ec68 commit 7f25173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/genomicsdb_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def parse_vidmap_json(vidmap_file, intervals=None):
# Sanity check of column offsets
if column_offset != contig_elem["tiledb_column_offset"]:
logging.critical(
f"vidmap file({vidmap_file}) has wrong column offset for {contig_name}. Cannot process vidmap file from contigs({contig_name})" # noqa
f"vidmap file({vidmap_file}) has wrong column offset for {contig_name}. Cannot process vidmap file from contigs({contig_name})" # noqa
)
break
contigs_map[contig_name] = contig_elem
Expand Down

0 comments on commit 7f25173

Please sign in to comment.