From 75c8ba42abee47cd898af1d29b01545cb3dbd654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Petit?= Date: Fri, 9 Aug 2024 11:06:01 +0100 Subject: [PATCH] Update scripts/gen_c_feature_dictionary.py Co-authored-by: Ben Ashbaugh --- scripts/gen_c_feature_dictionary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gen_c_feature_dictionary.py b/scripts/gen_c_feature_dictionary.py index 758ef25c..f9b07173 100644 --- a/scripts/gen_c_feature_dictionary.py +++ b/scripts/gen_c_feature_dictionary.py @@ -21,7 +21,7 @@ features = [] if len(args.features) > 0: - print('Generating feature dictionaries from: ' + args.features + ' ...\n\n') + print('Generating feature dictionaries from: ' + args.features) with open(args.features) as f: features = f.readlines() else: