Update get-desc-users.py
Removed space Signed-off-by: termanix <50464194+termanix@users.noreply.github.com>main
parent
41ed36d6fa
commit
b122a39b15
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue