From 059457f622974871d4444540337834afa6c41379 Mon Sep 17 00:00:00 2001 From: wgb14 Date: Wed, 16 Feb 2022 02:04:09 -0500 Subject: [PATCH] flake8 --- icefall/decode.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/icefall/decode.py b/icefall/decode.py index 6ac128862..ae18b757b 100644 --- a/icefall/decode.py +++ b/icefall/decode.py @@ -735,7 +735,10 @@ def rescore_with_whole_lattice( except RuntimeError as e: logging.info(f"Caught exception:\n{e}\n") if loop_count >= max_loop_count: - logging.info("Return None as the resulting lattice is too large") + logging.info( + "Return None as the resulting lattice " + "is too large" + ) return None logging.info( f"num_arcs before pruning: {inv_lattice.arcs.num_elements()}"