|
|
|
@ -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)
|
|
|
|
|