mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-07 06:34:25 -07:00
Fix typos, enhance formatting, limit line length to 120
This commit is contained in:
parent
4786a40f9d
commit
cadc8438dc
7 changed files with 22 additions and 16 deletions
|
@ -415,8 +415,8 @@ def main():
|
|||
connect_timeout=connect_timeout, check_hostname=check_hostname
|
||||
)
|
||||
except Exception as e:
|
||||
module.fail_json(msg="unable to connect to database, check login_user and login_password are correct or %s has the credentials. "
|
||||
"Exception message: %s" % (config_file, to_native(e)))
|
||||
module.fail_json(msg="unable to connect to database, check login_user and login_password are correct or %s "
|
||||
"has the credentials. Exception message: %s" % (config_file, to_native(e)))
|
||||
|
||||
if not sql_log_bin:
|
||||
cursor.execute("SET SQL_LOG_BIN=0;")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue