From 903898d994c0cf3876546c951d4eb3be3ad022f8 Mon Sep 17 00:00:00 2001 From: Erik Norvell Date: Fri, 24 Oct 2025 14:48:53 +0200 Subject: [PATCH] Fix for encoder tests missing in test_26252.py --- scripts/parse_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/parse_commands.py b/scripts/parse_commands.py index 984374f66a..78f0ba2747 100644 --- a/scripts/parse_commands.py +++ b/scripts/parse_commands.py @@ -50,7 +50,6 @@ if __name__ == '__main__': rend_cmd = False isar_post_rend_cmd = False for line in infile.readlines(): - line = line.split("
")[0] # Remove trailing html tags if enc_cmd: cmds_enc.append(line) enc_cmd = False -- GitLab