diff options
| author | Daniil Baturin <daniil@baturin.org> | 2025-07-30 19:29:21 +0100 |
|---|---|---|
| committer | Daniil Baturin <daniil@baturin.org> | 2025-07-30 19:29:21 +0100 |
| commit | 1483b66eb957f48af9f86b54fc1780b41c4553e1 (patch) | |
| tree | 72e6433f8919a38436c5ef19edf1cd8963dbe050 /python | |
| parent | fa19abc520a8d65d75cc49e5bf9eafa30cb6f364 (diff) | |
| download | vyos-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-x | python/vyos/xml_ref/generate_op_cache.py | 4 |
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) |
