laforge submitted this change.
saip-tool: rename parser_tree correctly
parser_info is already defined and this seems to be a copy/paste
accident.
Change-Id: Icc30dbf02a266211fa4d3aee8e7cec14185e716c
---
M contrib/saip-tool.py
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/saip-tool.py b/contrib/saip-tool.py
index 71113d3..a4af001 100755
--- a/contrib/saip-tool.py
+++ b/contrib/saip-tool.py
@@ -107,7 +107,7 @@
parser_esrv.add_argument('--add-flag', default=[], choices=esrv_flag_choices, action='append', help='Add flag to mandatory services list')
parser_esrv.add_argument('--remove-flag', default=[], choices=esrv_flag_choices, action='append', help='Remove flag from mandatory services list')
-parser_info = subparsers.add_parser('tree', help='Display the filesystem tree')
+parser_tree = subparsers.add_parser('tree', help='Display the filesystem tree')
def write_pes(pes: ProfileElementSequence, output_file:str):
"""write the PE sequence to a file"""
To view, visit change 42065. To unsubscribe, or for help writing mail filters, visit settings.