CI: Fix sanity errors (#668)

This commit is contained in:
Andrew Klychkov 2024-08-29 08:47:48 +02:00 committed by GitHub
parent 37a718c66f
commit 87be61ccf3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 2 additions and 4 deletions

View file

@ -393,6 +393,7 @@ def user_mod(cursor, user, host, host_all, password, encrypted,
update = True
if update:
query_with_args = None
if plugin_hash_string:
query_with_args = "ALTER USER %s@%s IDENTIFIED WITH %s AS %s", (user, host, plugin, plugin_hash_string)
elif plugin_auth_string: