Skip to content

Commit

Permalink
Merge pull request #241 from splunk/transforms_bug
Browse files Browse the repository at this point in the history
updating generate to comment out description in transforms
  • Loading branch information
P4T12ICK authored Oct 31, 2019
2 parents 31c3932 + a4ab063 commit 8401886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -1155,7 +1155,7 @@ def write_transforms_conf(lookups, OUTPUT_DIR):
if 'case_sensitive_match' in lookup:
output_file.write("case_sensitive_match = {}\n".format(lookup['case_sensitive_match']))
if 'description' in lookup:
output_file.write("description = {}\n".format(lookup['description']))
output_file.write("# description = {}\n".format(lookup['description']))
if 'match_type' in lookup:
output_file.write("match_type = {}\n".format(lookup['match_type']))
if 'max_matches' in lookup:
Expand Down

0 comments on commit 8401886

Please sign in to comment.