mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
hacking/test-module: Style nit
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user