Skip to content

Commit 9e1a559

Browse files
committed
flake fix computeMatrix
1 parent 5a58993 commit 9e1a559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deeptools/computeMatrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ def process_args(args=None):
354354

355355
if args.quiet is True:
356356
args.verbose = False
357-
357+
358358
# Ensure before and after region length is positive
359359
if args.beforeRegionStartLength < 0:
360360
print(f"beforeRegionStartLength changed from {args.beforeRegionStartLength} into {abs(args.beforeRegionStartLength)}")

0 commit comments

Comments
 (0)