From 03262348f862185dad2c433ea484b6fe69ede04d Mon Sep 17 00:00:00 2001 From: Phlya Date: Fri, 22 Mar 2019 15:49:37 +0000 Subject: [PATCH] Resally Fix logging argument --- coolpup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coolpup.py b/coolpup.py index dd41160..f441608 100644 --- a/coolpup.py +++ b/coolpup.py @@ -282,7 +282,7 @@ def pileups(chrom_mids, c, pad=7, ctrl=False, local=False, rescale_pad=rescale_pad, rescale_size=rescale_size, anchor=anchor) - logging.info('%s: %s', (chrom, n)) + logging.info('%s: %s' % (chrom, n)) return mymap, n, cov_start, cov_end def chrom_mids(chroms, mids, combinations):