Skip to content

Commit

Permalink
Update scripts/gen_c_feature_dictionary.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Ashbaugh <ben.ashbaugh@intel.com>
  • Loading branch information
kpet and bashbaug committed Aug 9, 2024
1 parent 8275f3d commit 75c8ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen_c_feature_dictionary.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 75c8ba4

Please sign in to comment.