mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-08-27 08:21:46 -07:00
Fix sanity pep8
This commit is contained in:
parent
eae5df27e8
commit
2bc2e59695
1 changed files with 2 additions and 2 deletions
|
@ -440,9 +440,9 @@ def db_dump(module, host, user, password, db_name, target, all_databases, port,
|
||||||
executed_commands.append(cmd)
|
executed_commands.append(cmd)
|
||||||
|
|
||||||
if pipefail:
|
if pipefail:
|
||||||
rc, stdout, stderr = module.run_command(cmd, use_unsafe_shell=True, executable='bash')
|
rc, stdout, stderr = module.run_command(cmd, use_unsafe_shell=True, executable='bash')
|
||||||
else:
|
else:
|
||||||
rc, stdout, stderr = module.run_command(cmd, use_unsafe_shell=True)
|
rc, stdout, stderr = module.run_command(cmd, use_unsafe_shell=True)
|
||||||
|
|
||||||
return rc, stdout, stderr
|
return rc, stdout, stderr
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue