Skip to content

Commit 97046ff

Browse files
committed
py-scripts/tools/lf_help_to_cookbook_convert.py
minor updates Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
1 parent 4052d7b commit 97046ff

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

py-scripts/tools/lf_help_to_cookbook_convert.py

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818
INCLUDE_IN_README
1919
2020
'''
21-
# visit http://127.0.0.1:8050/ in your web browser.
22-
# import sys
23-
# import os
24-
# import importlib
2521
import argparse
2622

2723

@@ -51,16 +47,13 @@ def json_file(self):
5147
file2_fd.close()
5248

5349

54-
# Feature, Sum up the subtests passed/failed from the kpi files for each run, poke those into the database, and generate a kpi graph for them.
5550
def main():
5651

5752
parser = argparse.ArgumentParser(
58-
prog='lf_json_convert.py',
53+
prog='lf_help_to_cookbook_convert.py',
5954
formatter_class=argparse.RawTextHelpFormatter,
6055
epilog='''\
61-
lf_json_convert.py converts json for cookbook the output is <file>_edit
62-
NOTE: CANNOT have extra blank lines at the end of the json to display correctly.
63-
56+
lf_help_to_cookbook_convert.py converts script help output to js cookbook type output
6457
''',
6558
description=r'''
6659
NAME: lf_help_to_cookbook_convert.py

0 commit comments

Comments
 (0)