This commit is contained in:
Andrew Klychkov 2020-11-01 22:37:31 +03:00
parent 079afc7bb1
commit e4209c79ed

View file

@ -149,7 +149,7 @@ def main():
query = module.params["query"]
if not isinstance(query, str) and not isinstance(query, list):
module.fail_json("the query option value must be a string or list, passed %s" % type(query))
module.fail_json(msg="the query option value must be a string or list, passed %s" % type(query))
if module.params["single_transaction"]:
autocommit = False