diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-01-15 13:15:25 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 13:15:25 +0700 |
commit | 931692c5e4b15eb5ab62cd537ffd915365429e1c (patch) | |
tree | e6fcf203fb97533820dae6332d1cde64e8e2387e /scripts/build-command-op-templates | |
parent | 3ece840792011fcca00617e42b049e1414ebb1d6 (diff) | |
parent | b19a128521e576880d0b6285932ac0406d45627c (diff) | |
download | vyos-1x-931692c5e4b15eb5ab62cd537ffd915365429e1c.tar.gz vyos-1x-931692c5e4b15eb5ab62cd537ffd915365429e1c.zip |
Merge pull request #682 from vyos/revert-673-separate-base-nodes
Revert "T3165: use a separate file for "base" CLI nodes."
Diffstat (limited to 'scripts/build-command-op-templates')
-rwxr-xr-x | scripts/build-command-op-templates | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build-command-op-templates b/scripts/build-command-op-templates index 54cc07794..c60b32a1e 100755 --- a/scripts/build-command-op-templates +++ b/scripts/build-command-op-templates @@ -193,7 +193,6 @@ def process_node(n, tmpl_dir): f.write('help: {0}\n'.format(props['help'])) else: # Something has already generated this file - print("Warning: refusing to overwrite already existing file {}".format(nodedef_path)) pass # Create the inner node.tag part |