diff --git a/dlp/inspect_content.py b/dlp/inspect_content.py index b2da99c4f5c4..7c3c47ed7d08 100644 --- a/dlp/inspect_content.py +++ b/dlp/inspect_content.py @@ -54,7 +54,7 @@ def inspect_string(project, content_string, info_types, # Prepare custom_info_types by parsing the dictionary word lists and # regex patterns. custom_info_types = build_custom_info_types(custom_dictionaries, - custom_info_types) + custom_regexes) # Construct the configuration dictionary. Keys which are None may # optionally be omitted entirely.