Skip to content

Commit

Permalink
Fix wording in aln2counts_simplify.py
Browse files Browse the repository at this point in the history
Co-authored-by: Don Kirkby <[email protected]>
  • Loading branch information
Donaim and donkirkby authored Oct 11, 2023
1 parent 2dfcd18 commit ae78622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions micall/utils/aln2counts_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ def writer(filename):

exception = None
except Exception as ex:
logger.warning(f'Assembly failed: {ex!r}.', exc_info=True)
print(f'Assembly failed: {ex!r}.')
logger.warning(f'Read counting failed: {ex!r}.', exc_info=True)
print(f'Read counting failed: {ex!r}.')
exception = ex

output.seek(0)
Expand Down

0 comments on commit ae78622

Please sign in to comment.