This commit is contained in:
Andrew Klychkov 2020-11-01 21:45:09 +03:00
parent a4c87570b9
commit 1d7d16ad13

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 string or list, passed %s" % type(query))
module.fail_json("the query option value must be a string or list, passed %s" % type(query))
if module.params["single_transaction"]:
autocommit = False