Skip to content

Commit d559e03

Browse files
Update hsse_filter.py
1 parent c46c095 commit d559e03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/hsse_filter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def attachment_scan(self, attachment_docx):
7878
unsafe_image = self.attachment_image(attachment_docx)
7979

8080
if unsafe_text == True or unsafe_image == True:
81-
return "Issues"
81+
return "Issue"
8282

83-
return "No Issues"
83+
return "No Issue"
8484

0 commit comments

Comments
 (0)