We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb35add commit b4ffea6Copy full SHA for b4ffea6
dlp/inspect_content.py
@@ -54,7 +54,7 @@ def inspect_string(project, content_string, info_types,
54
# Prepare custom_info_types by parsing the dictionary word lists and
55
# regex patterns.
56
custom_info_types = build_custom_info_types(custom_dictionaries,
57
- custom_info_types)
+ custom_regexes)
58
59
# Construct the configuration dictionary. Keys which are None may
60
# optionally be omitted entirely.
0 commit comments