Skip to content

Commit

Permalink
Fix logging argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Phlya committed Mar 22, 2019
1 parent f041ce4 commit 54ede0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolpup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(chrom, n)
logging.info('%s: %s', (chrom, n))
return mymap, n, cov_start, cov_end

def chrom_mids(chroms, mids, combinations):
Expand Down

0 comments on commit 54ede0a

Please sign in to comment.