diff options
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) |
