Skip to content

Commit dbf820c

Browse files
author
Chiara Rasi
committed
typo
1 parent e6e7334 commit dbf820c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/chanjo2/meta/handle_completeness_stats.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def get_d4tools_intervals_completeness(
3838
)
3939
)
4040
threshold_stats.append(stats_dict)
41-
except subprocess.CalledProcessError, e:
41+
except subprocess.CalledProcessError as e:
4242
LOG.error(f"d4tools stat -s perc_cov failed with the following error:{e}")
4343

4444
return threshold_stats

0 commit comments

Comments
 (0)