From 66c9b207fc95406b237c3b808466fc2c324a6731 Mon Sep 17 00:00:00 2001 From: GomathiselviS Date: Thu, 26 Aug 2021 14:09:25 -0400 Subject: Fix pylint sanity issues (#204) Fix pylint sanity issues Signed-off-by: GomathiselviS gomathiselvi@gmail.com SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Nilashish Chakraborty Reviewed-by: None --- plugins/cliconf/vyos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py index d63c677e..339aed95 100644 --- a/plugins/cliconf/vyos.py +++ b/plugins/cliconf/vyos.py @@ -174,8 +174,8 @@ class Cliconf(CliconfBase): prompt=None, answer=None, sendonly=False, - output=None, newline=True, + output=None, check_all=False, ): if not command: -- cgit v1.2.3