summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2025-07-30 19:29:21 +0100
committerDaniil Baturin <daniil@baturin.org>2025-07-30 19:29:21 +0100
commit1483b66eb957f48af9f86b54fc1780b41c4553e1 (patch)
tree72e6433f8919a38436c5ef19edf1cd8963dbe050 /python
parentfa19abc520a8d65d75cc49e5bf9eafa30cb6f364 (diff)
downloadvyos-1x-1483b66eb957f48af9f86b54fc1780b41c4553e1.tar.gz
vyos-1x-1483b66eb957f48af9f86b54fc1780b41c4553e1.zip
op-mode: T7669: fix formatting in the op mode cache generator
Diffstat (limited to 'python')
-rwxr-xr-xpython/vyos/xml_ref/generate_op_cache.py4
1 files changed, 3 insertions, 1 deletions
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)