From dd59e375bee722c220c58b047ff5c6e533cc7a00 Mon Sep 17 00:00:00 2001 From: Christian Breunig Date: Thu, 4 May 2023 22:17:51 +0200 Subject: T4819: remove additional newline from vyos.base.Warning() ... just oo many new lines for multiple Warnings. --- python/vyos/base.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python/vyos/base.py b/python/vyos/base.py index 9b93cb2f2..c1acfd060 100644 --- a/python/vyos/base.py +++ b/python/vyos/base.py @@ -1,4 +1,4 @@ -# Copyright 2018-2022 VyOS maintainers and contributors +# Copyright 2018-2023 VyOS maintainers and contributors # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -41,7 +41,6 @@ class BaseWarning: isfirstmessage = False initial_indent = self.standardindent print(f'{mes}') - print('') class Warning(): -- cgit v1.2.3