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: