revert to unbreak pull request
This commit is contained in:
parent
c766cbd98a
commit
c908c0663d
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ def main():
|
||||||
if not mysqldb_found:
|
if not mysqldb_found:
|
||||||
module.fail_json(msg="the python mysqldb module is required")
|
module.fail_json(msg="the python mysqldb module is required")
|
||||||
else:
|
else:
|
||||||
warnings.filterwarnings('ignore', category=MySQLdb.Warning)
|
warnings.filterwarnings('error', category=MySQLdb.Warning)
|
||||||
|
|
||||||
# Either the caller passes both a username and password with which to connect to
|
# Either the caller passes both a username and password with which to connect to
|
||||||
# mysql, or they pass neither and allow this module to read the credentials from
|
# mysql, or they pass neither and allow this module to read the credentials from
|
||||||
|
|
Loading…
Reference in a new issue