From 3b0524e67d95ea856ade830a189ac8aadc1db1e4 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Thu, 2 Jul 2015 18:59:58 +0000 Subject: [PATCH] hacking/test-module: Style nit --- hacking/test-module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hacking/test-module b/hacking/test-module index 3f9c84a5294..953f834aad0 100755 --- a/hacking/test-module +++ b/hacking/test-module @@ -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)