fix flags
This commit is contained in:
parent
fb1b116d16
commit
29f0a2f37b
1 changed files with 1 additions and 1 deletions
|
@ -1309,7 +1309,7 @@ class NcPasswordClient:
|
|||
match = re.search(
|
||||
pattern,
|
||||
password[key],
|
||||
flags=re.IGNORECASE & re.MULTILINE
|
||||
flags=re.IGNORECASE | re.MULTILINE
|
||||
)
|
||||
if match:
|
||||
self.info(
|
||||
|
|
Loading…
Reference in a new issue