8000
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 bbd2937 commit 69f2e4cCopy full SHA for 69f2e4c
dlp/inspect_content.py
@@ -66,11 +66,7 @@ def inspect_string_basic(
66
# Print out the results.
67
if response.result.findings:
68
for finding in response.result.findings:
69
- try:
70
- if finding.quote:
71
- print("Quote: {}".format(finding.quote))
72
- except AttributeError:
73
- pass
+ print("Quote: {}".format(finding.quote))
74
print("Info type: {}".format(finding.info_type.name))
75
print("Likelihood: {}".format(finding.likelihood))
76
else:
0 commit comments