From 00f0c39903653772d72c9c0adce661508138c0b0 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Fri, 28 Oct 2022 10:59:41 +0100 Subject: python: apply black formatting The python/ directory hasn't been shoved into black yet (unlike topotests, where most FRR python code is.) Run black over it. Signed-off-by: David Lamparter --- python/runtests.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'python/runtests.py') diff --git a/python/runtests.py b/python/runtests.py index bcf650b329..70deaa35d0 100644 --- a/python/runtests.py +++ b/python/runtests.py @@ -5,9 +5,11 @@ import os try: import _clippy except ImportError: - sys.stderr.write('''these tests need to be run with the _clippy C extension + sys.stderr.write( + """these tests need to be run with the _clippy C extension module available. Try running "clippy runtests.py ...". -''') +""" + ) sys.exit(1) os.chdir(os.path.dirname(os.path.abspath(__file__))) -- cgit v1.2.3