Update get-desc-users.py

Removed space

Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>
main
termanix 2024-03-25 17:15:06 +03:00 committed by GitHub
parent 41ed36d6fa
commit b122a39b15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class NXCModule:
conditionPasswordPolicy = True
if conditionFilter and not self.PASSWORDPOLICY:
context.log.highlight(f"'{self.FILTER}' found in description: '{description}'")
context.log.highlight(f"'{self.FILTER}' found in description: '{description}'")
elif (self.FILTER == "" and (conditionPasswordPolicy == self.PASSWORDPOLICY)):
answersFiltered.append([answer[0], description])
elif (self.FILTER != "" and conditionFilter) and (conditionPasswordPolicy == self.PASSWORDPOLICY):