mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-25 07:21:43 -07:00
linting errors
This commit is contained in:
parent
0d5588353b
commit
199d7cdce9
2 changed files with 8 additions and 8 deletions
|
@ -368,8 +368,8 @@ def run_module():
|
|||
errno, errstr = e2.args
|
||||
module.fail_json(msg="ERROR: %s %s" % (errno, errstr))
|
||||
else:
|
||||
module.fail_json(msg="unable to connect with primary or alternate credentials, check login credentials are correct, or alternatively check your "
|
||||
"@sysconfdir@/freetds.conf / ${HOME}/.freetds.conf")
|
||||
module.fail_json(msg="unable to connect with primary or alternate credentials, check login credentials are correct, "
|
||||
"or alternatively check your @sysconfdir@/freetds.conf / ${HOME}/.freetds.conf")
|
||||
else:
|
||||
if "Unknown database" in str(e):
|
||||
errno, errstr = e.args
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue