mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
hacking/test-module: Style nit
This commit is contained in:
parent
5466ff8907
commit
3b0524e67d
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ def main():
|
||||||
options, args = parse()
|
options, args = parse()
|
||||||
(modfile, module_style) = boilerplate_module(options.module_path, options.module_args, options.interpreter, options.check)
|
(modfile, module_style) = boilerplate_module(options.module_path, options.module_args, options.interpreter, options.check)
|
||||||
|
|
||||||
argspath=None
|
argspath = None
|
||||||
if module_style != 'new':
|
if module_style != 'new':
|
||||||
if module_style == 'non_native_want_json':
|
if module_style == 'non_native_want_json':
|
||||||
argspath = write_argsfile(options.module_args, json=True)
|
argspath = write_argsfile(options.module_args, json=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue