linting errors

This commit is contained in:
Joe Zollo 2025-06-05 12:54:28 -04:00 committed by GitHub
commit 199d7cdce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View file

@ -368,8 +368,8 @@ def run_module():
errno, errstr = e2.args errno, errstr = e2.args
module.fail_json(msg="ERROR: %s %s" % (errno, errstr)) module.fail_json(msg="ERROR: %s %s" % (errno, errstr))
else: else:
module.fail_json(msg="unable to connect with primary or alternate credentials, check login credentials are correct, or alternatively check your " module.fail_json(msg="unable to connect with primary or alternate credentials, check login credentials are correct, "
"@sysconfdir@/freetds.conf / ${HOME}/.freetds.conf") "or alternatively check your @sysconfdir@/freetds.conf / ${HOME}/.freetds.conf")
else: else:
if "Unknown database" in str(e): if "Unknown database" in str(e):
errno, errstr = e.args errno, errstr = e.args