We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85445a0 commit 7edaed6Copy full SHA for 7edaed6
micall/utils/referenceless_contig_stitcher.py
@@ -932,7 +932,7 @@ def referenceless_contig_stitcher(
932
Wrapper that initializes a fresh stitching context and calls the core stitching function.
933
"""
934
with ReferencelessStitcherContext.fresh() as ctx:
935
- if logger.level == logging.DEBUG - 1:
+ if logger.getEffectiveLevel() == logging.DEBUG - 1:
936
ctx.is_debug2 = True
937
return referenceless_contig_stitcher_with_ctx(input_fasta, output_fasta)
938
0 commit comments