summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGomathiselviS <gomathiselvi@gmail.com>2021-08-26 14:09:25 -0400
committerGitHub <noreply@github.com>2021-08-26 18:09:25 +0000
commit66c9b207fc95406b237c3b808466fc2c324a6731 (patch)
tree6e208aa9a8cccdb57a951d33d4afcfb21d885c2c /plugins
parent01273758372bfd62c470d9edb3c177fdae87ad9f (diff)
downloadvyos.vyos-66c9b207fc95406b237c3b808466fc2c324a6731.tar.gz
vyos.vyos-66c9b207fc95406b237c3b808466fc2c324a6731.zip
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 <nilashishchakraborty8@gmail.com> Reviewed-by: None <None>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cliconf/vyos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cliconf/vyos.py b/plugins/cliconf/vyos.py
index d63c677..339aed9 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: