Skip to content

Commit

Permalink
chore(call): log wording
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Jun 10, 2024
1 parent 12d2a98 commit 51e37c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion strkit/call/call_locus.py
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,8 @@ def call_locus(
proc.join()
except queue.Empty:
logger_.warning(
f"{locus_log_str} - experienced timeout while re-aligning read {rn}. Reverting to BAM alignment.")
f"{locus_log_str} - experienced timeout while re-aligning read {rn}. Reverting to initial "
f"alignment.")
proc.terminate()
time.sleep(0.1) # wait a little for the process to terminate
finally:
Expand Down

0 comments on commit 51e37c3

Please sign in to comment.