Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chiara Rasi committed Sep 30, 2024
1 parent e6e7334 commit dbf820c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chanjo2/meta/handle_completeness_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_d4tools_intervals_completeness(
)
)
threshold_stats.append(stats_dict)
except subprocess.CalledProcessError, e:
except subprocess.CalledProcessError as e:
LOG.error(f"d4tools stat -s perc_cov failed with the following error:{e}")

return threshold_stats
Expand Down

0 comments on commit dbf820c

Please sign in to comment.