From 3694605be2379fbf2bcb80f87ddc60daf568aa62 Mon Sep 17 00:00:00 2001 From: shrlnm Date: Sun, 1 Mar 2020 08:25:05 +0300 Subject: [PATCH] 9q fix#31 --- pyren/mod_ddt_ecu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyren/mod_ddt_ecu.py b/pyren/mod_ddt_ecu.py index 176361e..06e0885 100755 --- a/pyren/mod_ddt_ecu.py +++ b/pyren/mod_ddt_ecu.py @@ -969,7 +969,7 @@ class DDTECU(): if annotate: # and mod_globals.opt_verbose: val_ann = self.getValue(d) - config_ann.append('# '+d + ' = ' + val_ann) + config_ann.append('## '+d + ' = ' + val_ann) if len (sentValues) != len (r.SentDI): # check that there is two params and the first argument is a list