Merge pull request #880 from t-woerner/flake8_ipavault_fix

ipavault: Fix missing whitespace after keyword issue
This commit is contained in:
Varun Mylaraiah
2022-08-16 17:34:32 +05:30
committed by GitHub

View File

@@ -525,7 +525,7 @@ def check_encryption_params( # pylint: disable=unused-argument
if (
salt is not None
and not(
and not (
any([password, password_file])
and any([new_password, new_password_file])
)