From 6189a9ef3ab582a6a96f7ed9b84ca89364c98f9b Mon Sep 17 00:00:00 2001 From: pudepiedj Date: Mon, 9 Oct 2023 16:55:31 +0100 Subject: [PATCH] One more trailing ws --- examples/cmap-example/readcommonh.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cmap-example/readcommonh.py b/examples/cmap-example/readcommonh.py index 1c18d4960..422edea8f 100644 --- a/examples/cmap-example/readcommonh.py +++ b/examples/cmap-example/readcommonh.py @@ -25,7 +25,7 @@ for line in lines: if "float>" in parameters and parameters["float>"][1] == 'logit_bias': del parameters["float>"] - # this is a bit of a hack to terminate the harvest + # this is a bit of a hack to terminate the harvest if len(non_whitespace_elements) > 2 and non_whitespace_elements[1] == "infill": inside = False break