From 1483b66eb957f48af9f86b54fc1780b41c4553e1 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Wed, 30 Jul 2025 19:29:21 +0100 Subject: op-mode: T7669: fix formatting in the op mode cache generator --- python/vyos/xml_ref/generate_op_cache.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'python') diff --git a/python/vyos/xml_ref/generate_op_cache.py b/python/vyos/xml_ref/generate_op_cache.py index ad1e785d0..e985e8d6b 100755 --- a/python/vyos/xml_ref/generate_op_cache.py +++ b/python/vyos/xml_ref/generate_op_cache.py @@ -296,7 +296,9 @@ def main(): res, out, err = collapse(op_mode_data) if err: - print('Failed to generate operational command definition cache due to duplicate paths.') + print( + 'Failed to generate operational command definition cache due to duplicate paths.' + ) print('Found the following duplicate paths:\n') print(out) sys.exit(1) -- cgit v1.2.3