hacking/test-module: Style nit
parent
5466ff8907
commit
3b0524e67d
|
@ -177,7 +177,7 @@ def main():
|
|||
options, args = parse()
|
||||
(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 == 'non_native_want_json':
|
||||
argspath = write_argsfile(options.module_args, json=True)
|
||||
|
|
Loading…
Reference in New Issue