mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Remove the duplicate modstyle parameter
This commit is contained in:
parent
12f7f50f31
commit
2762f12f7f
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ def ziploader_setup(modfile, modname):
|
||||||
print("* ziploader module detected; extracted module source to: %s" % debug_dir)
|
print("* ziploader module detected; extracted module source to: %s" % debug_dir)
|
||||||
return modfile, argsfile
|
return modfile, argsfile
|
||||||
|
|
||||||
def runtest(modstyle, modfile, argspath, modname, module_style):
|
def runtest(modfile, argspath, modname, module_style):
|
||||||
"""Test run a module, piping it's output for reporting."""
|
"""Test run a module, piping it's output for reporting."""
|
||||||
if module_style == 'ziploader':
|
if module_style == 'ziploader':
|
||||||
modfile, argspath = ziploader_setup(modfile, modname)
|
modfile, argspath = ziploader_setup(modfile, modname)
|
||||||
|
|
Loading…
Reference in a new issue