From c841cad0ea6013aab5a0c5620d3b40d72ef5afc0 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 9 Aug 2019 14:03:18 -0400 Subject: Add tox.ini file Create a tox.ini file with linters entry point for developers to run linters locally. Signed-off-by: Paul Belanger --- plugins/modules/vyos_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/modules/vyos_system.py') diff --git a/plugins/modules/vyos_system.py b/plugins/modules/vyos_system.py index 4f0d5db7..3f306f8a 100644 --- a/plugins/modules/vyos_system.py +++ b/plugins/modules/vyos_system.py @@ -215,7 +215,7 @@ def main(): if commands: commit = not module.check_mode - response = load_config(module, commands, commit=commit) + load_config(module, commands, commit=commit) result["changed"] = True module.exit_json(**result) -- cgit v1.2.3